TMtxByte::set_DefaultArray Method

Overload List

#SignatureDescription
1void set_DefaultArray(const int Indx1, const int Indx2, const int value);
2void set_DefaultArray(const int Row, const int col, const unsigned char value);

Overload 1: void set_DefaultArray(const int Indx1, const int Indx2, const int value);

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

Overload 2: void set_DefaultArray(const int Row, const int col, const unsigned char value);

#NameTypeDescription
1Rowconst int
2colconst int
3valueconst unsigned char
Declared in Dew::Math::TMtxByte · Dew.Math/MtxVecInt.h · Cross-compiler