TMtxSmallInt::set_IValues Method

Overload List

#SignatureDescription
1void set_IValues(const int Indx, const int Value);
2void set_IValues(const int RowIdx, const int ColIdx, const int value);

Overload 1: void set_IValues(const int Indx, const int Value);

#NameTypeDescription
1Indxconst int
2Valueconst int
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler

Overload 2: void set_IValues(const int RowIdx, const int ColIdx, const int value);

#NameTypeDescription
1RowIdxconst int
2ColIdxconst int
3valueconst int
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler