Click or drag to resize

UnitCartesianUnaryNegation Operator

Negates the specified UnitCartesian, yielding a new UnitCartesian.

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

Parameters

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

Return Value

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