ScaledSumFunctionCoefficients Property |
Get / set the coefficients of the polynomial.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] Coefficients { get; set; }
Property Value
DoubleThe coefficient array of the polynomial, starting with a0.
See Also