TSCplx.op_Addition Operator

Overload List

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

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

Add operator for TSCplx types.

#NameTypeDescription
1LeftTSCplxscalar
2RightTSCplxscalar

Returns: TSCplx

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

Add operator for mixed TSCplx and real types.

#NameTypeDescription
1LeftTSCplxscalar
2RightSinglescalar

Returns: TSCplx

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

Add operator for mixed TSCplx and real types.

#NameTypeDescription
1LeftSinglescalar
2RightTSCplxscalar

Returns: TSCplx