Click or drag to resize

ScalarAddition Operator (Scalar, Double)

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 +(
	Scalar left,
	double right
)

Parameters

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

Return Value

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