NumberDivision Method
Divides the this value by specified Number.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Number Division(
Number right
)
- right Number
- The divisior.
NumberThe result of dividing this value by right.
Use this method when building derived types.