RectangularSubtraction Operator  | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Rectangular operator -(
	Rectangular left,
	Rectangular right
)
Public Shared Operator - ( 
	left As Rectangular,
	right As Rectangular
) As Rectangular
public:
static Rectangular operator -(
	Rectangular left, 
	Rectangular right
)
static let inline (-)
        left : Rectangular * 
        right : Rectangular  : RectangularParameters
- left
 - Type: AGI.Foundation.CoordinatesRectangular
The minuend, or value from which right is to be subtracted. - right
 - Type: AGI.Foundation.CoordinatesRectangular
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