UnitRectangularUnaryNegation Operator |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static UnitRectangular operator -(
UnitRectangular coordinates
)
Public Shared Operator - (
coordinates As UnitRectangular
) As UnitRectangular
public:
static UnitRectangular operator -(
UnitRectangular coordinates
)
static let inline (-)
coordinates : UnitRectangular : UnitRectangular
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesUnitRectangular
The set of coordinates.
Return Value
Type:
UnitRectangularThe result of negating the elements of the original
UnitCartesian.
See Also