Click or drag to resize

ComplexSubtraction Operator

Subtracts two complex numbers and returns the result.

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 operator -(
	Complex left,
	Complex right
)

Parameters

left
Type: AGI.Foundation.CoordinatesComplex
The complex number to subtract from.
right
Type: AGI.Foundation.CoordinatesComplex
The complex number to subtract.

Return Value

Type: Complex
The complex number that is the difference.
See Also