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.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public Vector<T> Parameters { get; }
Property Value
Vector<T>Remarks
This property allows direct access to the values of the parameters.