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

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

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.