Scalar.Add Method (Double) |
Adds a fixed scalar to this one.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The other scalar to add.
Return Value
Type:
ScalarA scalar representing the sum of the two scalars.
See Also