TSCplx.op_GreaterThanOrEqual Operator

Overload List

#SignatureDescription
1Boolean op_GreaterThanOrEqual(TSCplx ALeft, TSCplx ARight)Greater than or equal operator for TSCplx types.
2Boolean op_GreaterThanOrEqual(TSCplx ALeft, Single ARight)Greater than or equal operator for mixed TSCplx and real types.
3Boolean op_GreaterThanOrEqual(Single ALeft, TSCplx ARight)Greater than or equal operator for mixed TSCplx and real types.

Overload 1: Boolean op_GreaterThanOrEqual(TSCplx ALeft, TSCplx ARight)

Greater than or equal operator for TSCplx types.

#NameTypeDescription
1ALeftTSCplxscalar
2ARightTSCplxscalar

Returns: Boolean

Overload 2: Boolean op_GreaterThanOrEqual(TSCplx ALeft, Single ARight)

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

#NameTypeDescription
1ALeftTSCplxscalar
2ARightSinglescalar

Returns: Boolean

Overload 3: Boolean op_GreaterThanOrEqual(Single ALeft, TSCplx ARight)

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

#NameTypeDescription
1ALeftSinglescalar
2ARightTSCplxscalar

Returns: Boolean