bool Equal(TMtxInt *Mtx) const;
Compares two matrices.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtxInt * |
Remarks:
Compares Mtx with the calling matrix and returns true if the matrices are equal (if all elements match in position and value).
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler