[]
Initializes a new instance of the Vector<T> class.
public Vector()
Initializes a new instance of the Vector<T> class.
public Vector(int dimension)
Type | Name | Description |
---|---|---|
int | dimension | A int indicates the dimension of the vector. |
The dimension of the vector must be bigger than or equal zero.
Initializes a new instance of the Vector<T> class.
public Vector(params T[] items)
Type | Name | Description |
---|---|---|
T[] | items | A |