TMtxInt::set_BValues Method

Overload List

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

Overload 1: void set_BValues(const int Indx, const unsigned char Value);

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

Overload 2: void set_BValues(const int RowIdx, const int ColIdx, const unsigned char value);

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