TSCplx.op_LessThanOrEqual Operator

Overload List

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

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

Less than or equal operator for TSCplx types.

#NameTypeDescription
1ALeftTSCplxscalar
2ARightTSCplxscalar

Returns: Boolean

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

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

#NameTypeDescription
1ALeftTSCplxscalar
2ARightSinglescalar

Returns: Boolean

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

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

#NameTypeDescription
1ALeftSinglescalar
2ARightTSCplxscalar

Returns: Boolean