Complex32Division(Complex32, Complex32) Operator |
Division operator. Divides a complex number by another.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 operator /(
Complex32 dividend,
Complex32 divisor
)
Parameters
- dividend Complex32
- The dividend.
- divisor Complex32
- The divisor.
Return Value
Complex32The result of the division.
Remarks Enhanced Smith's algorithm for dividing two complex numbers
See Also