TMtx::SetInteger Method

Overload List

#SignatureDescription
1TMtxVec *SetInteger(int Index, const DewArray<int> &A);Sets object values (integer).
2TMtxVec *SetInteger(int Index, int aIndex, int Len, const DewArray<int> &A);

Overload 1: TMtxVec *SetInteger(int Index, const DewArray<int> &A);

Sets object values (integer).

#NameTypeDescription
1Indexint
2Aconst 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.

See Also: TMtx::SetIt, TMtx::SetDouble, TMtx::SetCplx, TMtx::SetSingle
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler

Overload 2: TMtxVec *SetInteger(int Index, int aIndex, int Len, const DewArray<int> &A);

#NameTypeDescription
1Indexint
2aIndexint
3Lenint
4Aconst DewArray<int> &
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler