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 PolynomialCoeff As Double() |
| C# |
|---|
public double[] PolynomialCoeff { get; set; } |
| Visual C++ |
|---|
public:
property array<double>^ PolynomialCoeff {
array<double>^ get ();
void set (array<double>^ value);
} |
Property Value
An array of the forward coefficients in the form of a0, a1, a2,...a
n for the polynomial scale
y = a0 + a1
x + a2
x2 + … + a
nxn, where
y is the scaled data and
x is the raw data.