void set_Bits(const int Row, const int col, const bool Value) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | const int | |
| 2 | col | const int | |
| 3 | Value | const bool |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | const int | |
| 2 | col | const int | |
| 3 | Value | const bool |