Click or drag to resize

Scalar.Subtraction Operator (Double, Scalar)

Subtracts one scalar from another.

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 from which to subtract.
right
Type: AGI.Foundation.Geometry.Scalar
The right hand scalar to subtract from the left.

Return Value

Type: Scalar
The difference of the two scalars: left - right.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when right is null.
See Also