Gets or sets the weight vector.

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

Syntax

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

Remarks

If the weight vector is nullNothingnullptr, all weights are assumed to be equal to 1.