RectangularUnaryNegation 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 Rectangular operator -(
Rectangular coordinates
)
Public Shared Operator - (
coordinates As Rectangular
) As Rectangular
public:
static Rectangular operator -(
Rectangular coordinates
)
static let inline (-)
coordinates : Rectangular : Rectangular
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesRectangular
The set of coordinates.
Return Value
Type:
RectangularThe result of negating the elements of the original set of
Rectangular coordinates.
See Also