TSCplx.op_Subtraction Operator

Overload List

#SignatureDescription
1TSCplx op_Subtraction(TSCplx Left, TSCplx Right)Subtract operator for TSCplx types.
2TSCplx op_Subtraction(TSCplx Left, Single Right)Subtract operator for mixed TSCplx and real types.
3TSCplx op_Subtraction(Single Left, TSCplx Right)Subtract operator for mixed TSCplx and real types.

Overload 1: TSCplx op_Subtraction(TSCplx Left, TSCplx Right)

Subtract operator for TSCplx types.

#NameTypeDescription
1LeftTSCplxscalar
2RightTSCplxscalar

Returns: TSCplx

Overload 2: TSCplx op_Subtraction(TSCplx Left, Single Right)

Subtract operator for mixed TSCplx and real types.

#NameTypeDescription
1LeftTSCplxscalar
2RightSinglescalar

Returns: TSCplx

Overload 3: TSCplx op_Subtraction(Single Left, TSCplx Right)

Subtract operator for mixed TSCplx and real types.

#NameTypeDescription
1LeftSinglescalar
2RightTSCplxscalar

Returns: TSCplx