ScalarAdd Method (Double) |
Adds a fixed 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(
double scalar
)
Public Function Add (
scalar As Double
) As Scalar
public:
Scalar^ Add(
double scalar
)
member Add :
scalar : float -> Scalar
Parameters
- scalar
- Type: SystemDouble
The other scalar to add.
Return Value
Type:
ScalarA scalar representing the sum of the two scalars.
See Also