Click or drag to resize

ComplexMultiply Method

Returns the product of two complex numbers.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Complex Multiply(
	Complex left,
	Complex right
)

Parameters

left
Type: AGI.Foundation.CoordinatesComplex
The first complex number to multiply.
right
Type: AGI.Foundation.CoordinatesComplex
The second complex number to multiply.

Return Value

Type: Complex
The product of the left and right complex numbers.
See Also