Polynomial coefficients with various properties are stored within this type.
Constructor | Description |
|
|
Instance member | Description |
|
|
Full Usage:
this.Constant
Returns: float
|
|
Full Usage:
this.Count
Returns: int
|
|
Full Usage:
this.Cubic
Returns: float
|
|
Full Usage:
this.Degree
Returns: int
|
|
Full Usage:
this[degree]
Parameters:
int
Returns: float
|
|
Full Usage:
this.Leading
Returns: float
|
|
Full Usage:
this.Linear
Returns: float
|
|
|
|
Full Usage:
this.Predict
Parameters:
float
Returns: float
|
|
Full Usage:
this.Quadratic
Returns: float
|
|
Full Usage:
this.getCoefficient degree
Parameters:
int
Returns: float
|
|
Static member | Description |
|
|
|
|