Description
Sets the coefficients for an n-order polynomial function.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
PlotPolynomialSeries.SetCoefficients(
|
Array coefficients,
|
|
Variable switchIndependent)
|
Arguments
coefficients
|
|
Description:
|
An array containing the coefficients for an n-order polynomial function where the order is determined by the length of this array minus 1. The first entry in this array is the nth order term coefficient and the last entry in this array is the 0th order term coefficient.
|
Required Size:
|
1 to 20
|
switchIndependent
|
|
Description:
|
Switches the independent and dependent variables. When this is set to true FreeFlyer plots x = f(y) instead of y = f(x)
|
Valid Values:
|
Value
|
Label
|
0
|
false
|
1
|
true
|
|
Syntax
myPlotPolynomialSeries1.SetCoefficients(myArray1, myVariable1);
|
See also
PlotPolynomialSeries Object
PlotPolynomialSeries.SetCoefficients
Plot Series Guide
|