UnitRectangularAdd Method (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 Rectangular Add(
UnitRectangular other
)
Public Function Add (
other As UnitRectangular
) As Rectangular
public:
Rectangular Add(
UnitRectangular other
)
member Add :
other : UnitRectangular -> Rectangular
Parameters
- other
- Type: AGI.Foundation.CoordinatesUnitRectangular
The addend, or value which is to be added to this instance.
Return Value
Type:
RectangularA set of
Rectangular coordinates that represents the result of the addition.
See Also