Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Scalar Add(
	double scalar
)

Parameters

scalar
Type: SystemDouble
The other scalar to add.

Return Value

Type: Scalar
A scalar representing the sum of the two scalars.
See Also