Click or drag to resize

Scalar.Divide Method (Scalar)

Divides this scalar (numerator) by another one (denominator).

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Scalar Divide(
	Scalar scalar
)

Parameters

scalar
Type: AGI.Foundation.Geometry.Scalar
The other scalar to divide (denominator).

Return Value

Type: Scalar
A scalar representing the quotient of two scalars with this as the numerator and the other scalar as denominator.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when scalar is null.
See Also