Click or drag to resize

Complex32Divide Method

Divides one complex number by another and returns the result.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Complex32
The quotient of the division.
See Also