Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace > Curve Class > Properties


Extreme Optimization Mathematics Library for .NET

Curve.Parameters Property

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

[Visual Basic]
Public ReadOnly Property Parameters As ParameterCollection
[C#]
public ParameterCollection Parameters {get;}

Property Value

An object of type ParameterCollection.

Remarks

This property allows direct access to the values of the parameters. To obtain the parameters as a Double array, use the ToArray of the ParameterCollection that is returned by this property.

See Also

Curve Class | Extreme.Mathematics.Curves Namespace