NumberMultiply Method
Multiplies the specified Number value with this value.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Number Multiply(
Number right
)
- right Number
- The value to multiply.
NumberThe result of multiplying right from this value.
Use this method when building derived types.