TCplx.op_Addition Operator

Overload List

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

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

Add operator for TCplx types.

#NameTypeDescription
1LeftTCplxscalar
2RightTCplxscalar

Returns: TCplx (complex)

Overload 2: TCplx op_Addition(TCplx Left, Double Right)

Add operator for mixed TCplx and real types.

#NameTypeDescription
1LeftTCplxscalar
2RightDoublescalar

Returns: TCplx (complex)

Overload 3: TCplx op_Addition(Double Left, TCplx Right)

Add operator for mixed TCplx and real types.

#NameTypeDescription
1LeftDoublescalar
2RightTCplxscalar

Returns: TCplx (complex)