Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool GreaterThan(const TCplx &ALeft, TMtxVec *a); | Returns true if ALeft > A for all elements. |
| 2 | bool GreaterThan(TMtxVec *a, const TCplx &ARight); | Returns true if A > ARight for all elements. |
| 3 | bool GreaterThan(TMtxVec *a, const double ARight); | Returns true if A > ARight for all elements. |
| 4 | bool GreaterThan(TMtxVec *a, TMtxVec *b); | Returns true if A > B for all elements. |
| 5 | bool GreaterThan(const double ALeft, TMtxVec *a); | Returns true if ALeft > A for all elements. |
Overload 1: bool GreaterThan(const TCplx &ALeft, TMtxVec *a);
Returns true if ALeft > A for all elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | const TCplx & | |
| 2 | a | TMtxVec * |
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler
Overload 2: bool GreaterThan(TMtxVec *a, const TCplx &ARight);
Returns true if A > ARight for all elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | ARight | const TCplx & |
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler
Overload 3: bool GreaterThan(TMtxVec *a, const double ARight);
Returns true if A > ARight for all elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | ARight | const double |
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler
Overload 4: bool GreaterThan(TMtxVec *a, TMtxVec *b);
Returns true if A > B for all elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | b | TMtxVec * |
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler
Overload 5: bool GreaterThan(const double ALeft, TMtxVec *a);
Returns true if ALeft > A for all elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | const double | |
| 2 | a | TMtxVec * |
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler