NumberSubtraction Method
Subtracts the specified Number value from this value.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Number Subtraction(
Number right
)
- right Number
- The subtrahend.
NumberThe result of subtracting right from this value.
Use this method when building derived types.