Overload List
| # | Signature | Description |
|---|---|---|
| 1 | float &SValues(const int RowIdx, const int ColIdx); | |
| 2 | float &SValues(const int Indx); |
Overload 1: float &SValues(const int RowIdx, const int ColIdx);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | RowIdx | const int | |
| 2 | ColIdx | const int |
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler
Overload 2: float &SValues(const int Indx);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Indx | const int |
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler