TCplx.op_GreaterThan Operator

Overload List

#SignatureDescription
1Boolean op_GreaterThan(TCplx ALeft, TCplx ARight)Greater than operator for TCplx types.
2Boolean op_GreaterThan(TCplx ALeft, Double ARight)Greater than operator for mixed TCplx and real types.
3Boolean op_GreaterThan(Double ALeft, TCplx ARight)Greater than operator for mixed TCplx and real types.

Overload 1: Boolean op_GreaterThan(TCplx ALeft, TCplx ARight)

Greater than operator for TCplx types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightTCplxscalar

Returns: Boolean

Overload 2: Boolean op_GreaterThan(TCplx ALeft, Double ARight)

Greater than operator for mixed TCplx and real types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightDoublescalar

Returns: Boolean

Overload 3: Boolean op_GreaterThan(Double ALeft, TCplx ARight)

Greater than operator for mixed TCplx and real types.

#NameTypeDescription
1ALeftDoublescalar
2ARightTCplxscalar

Returns: Boolean