TCplx.GreaterThanOrEqual Operator

Overload List

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

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

Greater than or equal operator for TCplx types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightTCplxscalar

Returns: Boolean

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

Greater than or equal operator for mixed TCplx and real types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightDoublescalar

Returns: Boolean

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

Greater than or equal operator for mixed TCplx and real types.

#NameTypeDescription
1ALeftDoublescalar
2ARightTCplxscalar

Returns: Boolean