Gets or sets the Vector used to scale the curve parameters.

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

Syntax

Visual Basic (Declaration)
Public Property ScaleVector As Vector
C#
public Vector ScaleVector { get; set; }
C++
public:
Vector^ ScaleVector {
	Vector^ get ();
	void set (Vector^ value);
}

Remarks

The components of this vector should indicate the expected order of magnitude of each of the corresponding parameters. Dividing each parameter by the corresponding component of the scale vector should give a result close to one.