TCplx.op_LessThan Operator

Overload List

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

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

Less than operator for TCplx types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightTCplxscalar

Returns: Boolean

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

Less than operator for mixed TCplx and real types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightDoublescalar

Returns: Boolean

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

Less than operator for mixed TCplx and real types.

#NameTypeDescription
1ALeftDoublescalar
2ARightTCplxscalar

Returns: Boolean