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.0
C#
public Vector<double> Parameters { get; }

Property Value

Vector<Double>

Remarks

This property allows direct access to the values of the parameters.

See Also