TCplx.op_Multiply Operator

Overload List

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

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

Multiply operator for TCplx types.

#NameTypeDescription
1LeftTCplxscalar
2RightTCplxscalar

Returns: TCplx (complex)

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

Multiply operator for mixed TCplx and real types.

#NameTypeDescription
1LeftTCplxscalar
2RightDoublescalar

Returns: TCplx (complex)

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

Multiply operator for mixed TCplx and real types.

#NameTypeDescription
1LeftDoublescalar
2RightTCplxscalar

Returns: TCplx (complex)