Click or drag to resize

UnitRectangularUnaryNegation Operator

Negates the specified UnitRectangular, yielding a new UnitRectangular.

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

Parameters

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

Return Value

Type: UnitRectangular
The result of negating the elements of the original UnitCartesian.
See Also