Curve<T>.Parameters Property

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

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public Vector<T> Parameters { get; }

Property Value

Vector<T>

Remarks

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

See Also