UnitRectangularSubtraction Operator (Rectangular, UnitRectangular) |
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 left,
UnitRectangular right
)
Public Shared Operator - (
left As Rectangular,
right As UnitRectangular
) As Rectangular
public:
static Rectangular operator -(
Rectangular left,
UnitRectangular right
)
static let inline (-)
left : Rectangular *
right : UnitRectangular : Rectangular
Parameters
- left
- Type: AGI.Foundation.CoordinatesRectangular
The minuend, or value from which right is to be subtracted. - right
- Type: AGI.Foundation.CoordinatesUnitRectangular
The subtrahend, or value which is to be subtracted from left.
Return Value
Type:
RectangularA set of
Rectangular coordinates that represents the result of the subtraction.
See Also