PolynomialScale Properties
- Updated2023-02-21
- 2 minute(s) read
PolynomialScale Properties
The PolynomialScale type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Description | Specifies a description for the scale. (Inherited from Scale.) |
![]() | ForwardCoefficients | Specifies an array of coefficients for the polynomial that converts pre-scaled values to scaled values. Each element of the array corresponds to a term of the equation. For example, if index three of the array is 9, the fourth term of the equation is 9x^3. |
![]() | Name | Gets the name of the scale. (Inherited from Scale.) |
![]() | PreScaledUnits | Specifies the units of the values that you want to scale. (Inherited from Scale.) |
![]() | ReverseCoefficients | Specifies an array of coefficients for the polynomial that converts scaled values to pre-scaled values. Each element of the array corresponds to a term of the equation. For example, if index three of the array is 9, the fourth term of the equation is 9y^3. |
![]() | ScaledUnits | Specifies the units to use for scaled values. You can use an arbitrary string. (Inherited from Scale.) |
![]() | Type | Gets the type of scale. (Inherited from Scale.) |