Click or drag to resize

ScalarAddition Operator (Double, Scalar)

Adds two scalars together.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Scalar operator +(
	double left,
	Scalar right
)

Parameters

left
Type: SystemDouble
The left hand scalar to add.
right
Type: AGI.Foundation.GeometryScalar
The right hand scalar to add.

Return Value

Type: Scalar
The sum of two scalars.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when right is .
See Also