Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool LessThan(const TCplx &ALeft, TMtxVec *a); | Returns true if ALeft < B for all elements. |
| 2 | bool LessThan(TMtxVec *a, const TCplx &ARight); | Returns true if A < ARight for all elements. |
| 3 | bool LessThan(TMtxVec *a, const double ARight); | Returns true if A < ARight for all elements. |
| 4 | bool LessThan(TMtxVec *a, TMtxVec *b); | Returns true if A < ARight for all elements. |
| 5 | bool LessThan(const double ALeft, TMtxVec *a); | Returns true if ALeft < A for all elements. |
Overload 1: bool LessThan(const TCplx &ALeft, TMtxVec *a);
Returns true if ALeft < B 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 LessThan(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 LessThan(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 LessThan(TMtxVec *a, TMtxVec *b);
Returns true if A < ARight 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 LessThan(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