Click or drag to resize

Complex.Add Method

Adds two complex numbers 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 Add(
	Complex left,
	Complex right
)

Parameters

left
Type: AGI.Foundation.Coordinates.Complex
The first complex number to add.
right
Type: AGI.Foundation.Coordinates.Complex
The second complex number to add.

Return Value

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