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

Vector<T>::One Property

Returns a vector containing all ones.

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

public:
static property Vector<T> One {
	Vector<T> get ();
}

Property Value

Type: System.Numerics::Vector<T>
A vector containing all ones.
Show:
© 2017 Microsoft