[C#] | public static int PolynomialRegression(int n); |
[VB] | Public Shared Function PolynomialRegression(n As Integer) As Integer |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int PolynomialRegression(int n); |
[VB] | Public Shared Function PolynomialRegression(n As Integer) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
n | (Mandatory) | The degree of the polynomial. |
Return Value