Click or drag to resize

Complex.Divide Method

Divides one complex number by another and returns the result.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static Complex Divide(
	Complex dividend,
	Complex divisor
)

Parameters

dividend
Type: AGI.Foundation.Coordinates.Complex
The complex number to be divided.
divisor
Type: AGI.Foundation.Coordinates.Complex
The complex number to divide by.

Return Value

Type: Complex
The complex number that is the result of the division.
See Also