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

Namespace: Extreme.Mathematics.Curves
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Parameters As ParameterCollection
C#
public ParameterCollection Parameters { get; }
Visual C++
public:
property ParameterCollection^ Parameters {
	ParameterCollection^ get ();
}

Field 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.