Click or drag to resize

Scalar.Addition Operator (Scalar, 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 +(
	Scalar left,
	Scalar right
)

Parameters

left
Type: AGI.Foundation.Geometry.Scalar
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 left or right is null.
See Also