Click or drag to resize

ComplexUnaryNegation Operator

Negates the Complex value.

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 value
)

Parameters

value
Type: AGI.Foundation.CoordinatesComplex
The value to negate.

Return Value

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