Constructs a new polynomial with the specified coefficients.

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	coefficients As Double() _
)
C#
public Polynomial (
	double[] coefficients
)
C++
public:
Polynomial (
	array<double>^ coefficients
)

Parameters

coefficients ()
An array of coefficients. The index into the array corresponds to the degree of the coefficient.