Vector2::Zero Property

Returns a vector whose 2 elements are equal to zero.

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

public:
static property Vector2 Zero {
	Vector2 get ();
}

Property Value

Type: System.Numerics::Vector2
A vector whose two elements are equal to zero (that is, it returns the vector (0,0).
Show: