Adds the specified set of
Rectangular coordinates to this instance.
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(
Rectangular other
)
Public Function Add (
other As Rectangular
) As Rectangular
public:
Rectangular Add(
Rectangular other
)
member Add :
other : Rectangular -> Rectangular
Parameters
- other
- Type: AGI.Foundation.CoordinatesRectangular
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