Click or drag to resize

Scalar.Addition Operator (Double, Scalar)

Adds two scalars together.

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

Parameters

left
Type: System.Double
The left hand scalar to add.
right
Type: AGI.Foundation.Geometry.Scalar
The right hand scalar to add.

Return Value

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