Click or drag to resize

ScalarDivision Operator (Double, Scalar)

Divides one scalar from another (left/right).

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 numerator in the quotient.
right
Type: AGI.Foundation.GeometryScalar
The denominator in the quotient.

Return Value

Type: Scalar
The quotient of two scalars: (left / right).
Exceptions
ExceptionCondition
ArgumentNullException Thrown when right is .
See Also