UnitRectangularAddition Operator (UnitRectangular, Rectangular) | 
  
    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 +(
	UnitRectangular left,
	Rectangular right
)
Public Shared Operator + ( 
	left As UnitRectangular,
	right As Rectangular
) As Rectangular
public:
static Rectangular operator +(
	UnitRectangular left, 
	Rectangular right
)
static let inline (+)
        left : UnitRectangular * 
        right : Rectangular  : RectangularParameters
- left
 - Type: AGI.Foundation.CoordinatesUnitRectangular
The augend, or value to which right is to be added. - right
 - Type: AGI.Foundation.CoordinatesRectangular
The addend, or value which is to be added to left. 
Return Value
Type: 
RectangularA set of 
Rectangular coordinates that represents the result of the addition.
See Also