Interface for a read-only vector of values. The first valid index of this vector is 0, the last one in (IROVector.Length-1).
Instance member | Description |
Full Usage:
this.Length
Returns: int
Modifiers: abstract |
The number of elements of this vector. This property is for convenience only and should return the same value as P:Count.
|