TSCplx.op_Inequality Operator

Overload List

#SignatureDescription
1Boolean op_Inequality(TSCplx Left, TSCplx Right)Not equal operator for TSCplx types.
2Boolean op_Inequality(TSCplx Left, Single Right)Not equal operator for mixed TSCplx and real types.
3Boolean op_Inequality(Single Left, TSCplx Right)Not equal operator for mixed TSCplx and real types.

Overload 1: Boolean op_Inequality(TSCplx Left, TSCplx Right)

Not equal operator for TSCplx types.

#NameTypeDescription
1LeftTSCplxscalar
2RightTSCplxscalar

Returns: Boolean

Overload 2: Boolean op_Inequality(TSCplx Left, Single Right)

Not equal operator for mixed TSCplx and real types.

#NameTypeDescription
1LeftTSCplxscalar
2RightSinglescalar

Returns: Boolean

Overload 3: Boolean op_Inequality(Single Left, TSCplx Right)

Not equal operator for mixed TSCplx and real types.

#NameTypeDescription
1LeftSinglescalar
2RightTSCplxscalar

Returns: Boolean