Curve<T>.Parameters Property

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

DefinitionPermalink

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

Property ValuePermalink

Vector<T>

RemarksPermalink

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

See AlsoPermalink