Curve.Parameters Property

Gets the collection of parameters that determine the shape of this Curve.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> Parameters { get; }

Property Value

Vector<Double>

Remarks

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

See Also