Curve.Parameters Property
Gets the collection of parameters that determine the shape of this
Curve.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<double> Parameters { get; }
Property Value
Vector<Double>Remarks
This property allows direct access to the values of the parameters.