Cartesian.UnaryNegation 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.Cartesian
The set of coordinates.
Return Value
Type:
CartesianThe result of negating the elements of the original set of
Cartesian coordinates.
See Also