Windows apps
Collapse the table of content
Expand the table of content

Vector2::One Property

Gets a vector whose 2 elements are equal to one.

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

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

Property Value

Type: System.Numerics::Vector2
A vector whose two elements are equal to one (that is, it returns the vector (1,1).
Show:
© 2017 Microsoft