Gets or sets the Vector that contains the error value.

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

Syntax

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

Value

A Vector.