TMtxVec SetInteger(Int32 Index, Int32[] A)
Sets object values (integer).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
| 2 | A | Int32[] |
Result: stored in self (calling object), returns self for chaining
Remarks:
The integer elements of A array are copied to the calling object elements [Index]..[Index+Length(A)-1]. An exception is raised if calling object array borders are overrun/underrun.
Note
Use this method for integer array only.