Click or drag to resize

PolynomialFunctionCoefficients Property

Get / set the coefficients of the polynomial.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] Coefficients { get; set; }

Property Value

Double
The coefficient array of the polynomial, starting with a0.
See Also