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) 
 | 
 
 
 
  
  
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 
 | 
 
 
 
  
  
  
Syntax
myPlotPolynomialSeries1.SetCoefficients(myArray1); 
 | 
 
 
 
  
  
See also  
PlotPolynomialSeries Object 
PlotPolynomialSeries.SetCoefficients 
Plot Series Guide 
  
 |