Click or drag to resize

UnitRectangular.UnaryNegation Operator

Negates the specified UnitRectangular, yielding a new UnitRectangular.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static UnitRectangular operator -(
	UnitRectangular coordinates
)

Parameters

coordinates
Type: AGI.Foundation.Coordinates.UnitRectangular
The set of coordinates.

Return Value

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