AbstractMtxVec::GreaterThan Function

Overload List

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

#NameTypeDescription
1ALeftconst TCplx &
2aTMtxVec *
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.

#NameTypeDescription
1aTMtxVec *
2ARightconst 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.

#NameTypeDescription
1aTMtxVec *
2ARightconst 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.

#NameTypeDescription
1aTMtxVec *
2bTMtxVec *
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.

#NameTypeDescription
1ALeftconst double
2aTMtxVec *
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler