AbstractMtxVec.GreaterThan Method

Overload List

#SignatureDescription
1function GreaterThan(const ALeft: TCplx; const a: TMtxVec): Boolean;Returns true if ALeft > A for all elements.
2function GreaterThan(const a: TMtxVec; const ARight: TCplx): Boolean;Returns true if A > ARight for all elements.
3function GreaterThan(const a: TMtxVec; const b: TMtxVec): Boolean;Returns true if A > B for all elements.
4function GreaterThan(const a: TMtxVec; const ARight: Double): Boolean;Returns true if A > ARight for all elements.
5function GreaterThan(const ALeft: Double; const a: TMtxVec): Boolean;Returns true if ALeft > A for all elements.

Overload 1: function GreaterThan(const ALeft: TCplx; const a: TMtxVec): Boolean;

Returns true if ALeft > A for all elements.

#NameTypeDescription
1ALeftTCplx
2aTMtxVec

Returns: Boolean

Overload 2: function GreaterThan(const a: TMtxVec; const ARight: TCplx): Boolean;

Returns true if A > ARight for all elements.

#NameTypeDescription
1aTMtxVec
2ARightTCplx

Returns: Boolean

Overload 3: function GreaterThan(const a: TMtxVec; const b: TMtxVec): Boolean;

Returns true if A > B for all elements.

#NameTypeDescription
1aTMtxVec
2bTMtxVec

Returns: Boolean

Overload 4: function GreaterThan(const a: TMtxVec; const ARight: Double): Boolean;

Returns true if A > ARight for all elements.

#NameTypeDescription
1aTMtxVec
2ARightDouble

Returns: Boolean

Overload 5: function GreaterThan(const ALeft: Double; const a: TMtxVec): Boolean;

Returns true if ALeft > A for all elements.

#NameTypeDescription
1ALeftDouble
2aTMtxVec

Returns: Boolean