Divides one complex number by another and returns the result.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Divide(
Complex32 dividend,
Complex32 divisor
)
Parameters
- dividend Complex32
- The complex number to be divided.
- divisor Complex32
- The complex number to divide by.
Return Value
Complex32The quotient of the division.
See Also