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

Vector<T>::Count Property

Returns the number of elements stored in the vector.

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

public:
static property int Count {
	int get ();
}

Property Value

Type: System::Int32
The number of elements stored in the vector.

ExceptionCondition
NotSupportedException

Access to the property getter via reflection is not supported.

Show:
© 2017 Microsoft