Test additional content header

NumberDivision Method

Divides the this value by specified Number.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Number Division(
	Number right
)

Parameters

right  Number
The divisior.

Return Value

Number
The result of dividing this value by right.

Remarks

Use this method when building derived types.

See Also