Vector<T>::Item Property
Gets the element at a specified index.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | index is less than zero. -or- index is greater than or equal to Count. |
Show: