ScalarAdd Method (Scalar) |
Adds another scalar to this one.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar Add(
Scalar scalar
)
Public Function Add (
scalar As Scalar
) As Scalar
public:
Scalar^ Add(
Scalar^ scalar
)
member Add :
scalar : Scalar -> Scalar
Parameters
- scalar
- Type: AGI.Foundation.GeometryScalar
The other scalar to add.
Return Value
Type:
ScalarA scalar representing the sum of the two scalars.
Exceptions See Also