Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool operator==(TMtxVec *Left, const Vector &Right); | Returns true, if Left and Right are of equal Length and Values. |
| 2 | bool operator==(const Vector &Left, TMtxVec *Right); | Returns true, if Left and Right are of equal Length and Values. |
Overload 1: bool operator==(TMtxVec *Left, const Vector &Right);
Returns true, if Left and Right are of equal Length and Values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TMtxVec * | |
| 2 | Right | const Vector & |
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: bool operator==(const Vector &Left, TMtxVec *Right);
Returns true, if Left and Right are of equal Length and Values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const Vector & | |
| 2 | Right | TMtxVec * |
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler