TCplx.GreaterThan Operator

Overload List

#SignatureDescription
1class operator GreaterThan(const ALeft: TCplx; const ARight: TCplx): Boolean;Greater than operator for TCplx types.
2class operator GreaterThan(const ALeft: TCplx; const ARight: Double): Boolean;Greater than operator for mixed TCplx and real types.
3class operator GreaterThan(const ALeft: Double; const ARight: TCplx): Boolean;Greater than operator for mixed TCplx and real types.

Overload 1: class operator GreaterThan(const ALeft: TCplx; const ARight: TCplx): Boolean;

Greater than operator for TCplx types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightTCplxscalar

Returns: Boolean

Overload 2: class operator GreaterThan(const ALeft: TCplx; const ARight: Double): Boolean;

Greater than operator for mixed TCplx and real types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightDoublescalar

Returns: Boolean

Overload 3: class operator GreaterThan(const ALeft: Double; const ARight: TCplx): Boolean;

Greater than operator for mixed TCplx and real types.

#NameTypeDescription
1ALeftDoublescalar
2ARightTCplxscalar

Returns: Boolean