TCplx.op_Division Operator

Overload List

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

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

Divide operator for TCplx types.

#NameTypeDescription
1LeftTCplxscalar
2RightTCplxscalar

Returns: TCplx (complex)

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

Divide operator for mixed TCplx and real types.

#NameTypeDescription
1LeftTCplxscalar
2RightDoublescalar

Returns: TCplx (complex)

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

Divide operator for mixed TCplx and real types.

#NameTypeDescription
1LeftDoublescalar
2RightTCplxscalar

Returns: TCplx (complex)