NumberAddition Method
Adds the specified Number value to this value.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Number Addition(
Number right
)
- right Number
- Value to add.
NumberThe result of adding right to this value.
Use this method when building derived types.