Vector4::UnitX Property

Gets the vector (1,0,0,0).

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static property Vector4 UnitX {
	Vector4 get ();
}

Property Value

Type: System.Numerics::Vector4
The vector (1,0,0,0).
Show: