TSCplx.GreaterThan Operator

Overload List

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

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

Greater than operator for TSCplx types.

#NameTypeDescription
1ALeftTSCplxscalar
2ARightTSCplxscalar

Returns: Boolean

Overload 2: class operator GreaterThan(const ALeft: TSCplx; const ARight: Single): Boolean;

Greater than operator for mixed TSCplx and real types.

#NameTypeDescription
1ALeftTSCplxscalar
2ARightSinglescalar

Returns: Boolean

Overload 3: class operator GreaterThan(const ALeft: Single; const ARight: TSCplx): Boolean;

Greater than operator for mixed TSCplx and real types.

#NameTypeDescription
1ALeftSinglescalar
2ARightTSCplxscalar

Returns: Boolean