Click or drag to resize

UnitCartesian.UnaryNegation Operator

Negates the specified UnitCartesian, yielding a new UnitCartesian.

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

Parameters

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

Return Value

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