TMtx::set_Values Method

Overload List

#SignatureDescription
1void set_Values(const int Indx, const double Value);
2void set_Values(const int RowIdx, const int ColIdx, const double Value);

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

#NameTypeDescription
1Indxconst int
2Valueconst double
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler

Overload 2: void set_Values(const int RowIdx, const int ColIdx, const double Value);

#NameTypeDescription
1RowIdxconst int
2ColIdxconst int
3Valueconst double
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler