Click or drag to resize

RectangularUnaryNegation Operator

Negates the specified set of Rectangular coordinates, yielding a new set of Rectangular coordinates.

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 Rectangular operator -(
	Rectangular coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesRectangular
The set of coordinates.

Return Value

Type: Rectangular
The result of negating the elements of the original set of Rectangular coordinates.
See Also