Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property ReversePolynomialCoeff As Double() |
| C# |
|---|
public double[] ReversePolynomialCoeff { get; set; } |
| Visual C++ |
|---|
public:
property array<double>^ ReversePolynomialCoeff {
array<double>^ get ();
void set (array<double>^ value);
} |
Property Value
An array of the reverse coefficients in the form of a0, a1, a2,...a
n for the polynomial scale
y = a0 + a1
x + a2
x2 + … + a
nxn, where
x is the scaled data and
y is the raw data.