[]
Gets or sets the dimension of the vector.
public int Dimension { get; }
Public ReadOnly Property Dimension As Integer
| Type | Description |
|---|---|
| int | A int indicates the dimension of the vector. |
As soon as a Vector instance is created, it's dimension is fixed.