Vector<T> Constructor
Creates a new instance of the Vector<T> structure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Vector<T>(T) | Creates a vector whose components are of a specified type. |
|
Vector<T>(array<T>) | Creates a vector from a specified array. |
|
Vector<T>(array<T>, Int32) | Creates a vector from a specified array starting at a specified index position. |
Show: