UnitRectangular.Add Method (UnitRectangular) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.UnitRectangular
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