CartesianUnaryNegation Operator |
Negates the specified set of
Cartesian coordinates, yielding a new set of
Cartesian coordinates.
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 Cartesian operator -(
Cartesian coordinates
)
Public Shared Operator - (
coordinates As Cartesian
) As Cartesian
public:
static Cartesian operator -(
Cartesian coordinates
)
static let inline (-)
coordinates : Cartesian : Cartesian
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesCartesian
The set of coordinates.
Return Value
Type:
CartesianThe result of negating the elements of the original set of
Cartesian coordinates.
See Also