Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec *SetInteger(int Index, const DewArray<int> &A) const; | Sets object values (integer). |
| 2 | TMtxVec *SetInteger(int Index, int aIndex, int Len, const DewArray<int> &A) const; |
Overload 1: TMtxVec *SetInteger(int Index, const DewArray<int> &A) const;
Sets object values (integer).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | A | const DewArray<int> & |
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.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: TMtxVec *SetInteger(int Index, int aIndex, int Len, const DewArray<int> &A) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | aIndex | int | |
| 3 | Len | int | |
| 4 | A | const DewArray<int> & |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler