TCplx.op_LessThanOrEqual Operator

Overload List

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

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

Less than or equal operator for TCplx types.

#NameTypeDescription
1ALeftTCplxscalar
2ARightTCplxscalar

Returns: Boolean

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

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

#NameTypeDescription
1ALeftTCplxscalar
2ARightDoublescalar

Returns: Boolean

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

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

#NameTypeDescription
1ALeftDoublescalar
2ARightTCplxscalar

Returns: Boolean