Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void DefineIntMatrix | Define value as integer matrix. |
| 2 | void DefineIntMatrix(TMtxInt mtx, Boolean aIsOwned) | Define value as integer matrix. |
Overload 1: void DefineIntMatrix
Define value as integer matrix.
Result: stored in self (calling object)
Overload 2: void DefineIntMatrix(TMtxInt mtx, Boolean aIsOwned)
Define value as integer matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | mtx | TMtxInt | source TMtxInt |
| 2 | aIsOwned | Boolean |
Result: stored in self (calling object)