TCplx.op_Subtraction Operator

Overload List

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

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

Subtract operator for TCplx types.

#NameTypeDescription
1LeftTCplxscalar
2RightTCplxscalar

Returns: TCplx (complex)

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

Subtract operator for mixed TCplx and real types.

#NameTypeDescription
1LeftTCplxscalar
2RightDoublescalar

Returns: TCplx (complex)

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

Subtract operator for mixed TCplx and real types.

#NameTypeDescription
1LeftDoublescalar
2RightTCplxscalar

Returns: TCplx (complex)