IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Generic Vector interface More...
Public Member Functions | |
T[] | CopyToArray () |
Copy all elements of this vector to an array. More... | |
Properties | |
int | Length [get] |
Gets the number of rows. More... | |
T | this[int i] [get, set] |
Gets or set the element indexed by i in the Vector . More... | |
Generic Vector interface
T [] IG.Old.IVector_OldNumerics< T >.CopyToArray | ( | ) |
Copy all elements of this vector to an array.
|
get |
Gets the number of rows.
|
getset |
Gets or set the element indexed by i
in the Vector
.
i | Element index (zero-based by agreement). |