Test additional content header

NumberMultiply Method

Multiplies the specified Number value with this value.

Definition

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

Parameters

right  Number
The value to multiply.

Return Value

Number
The result of multiplying right from this value.

Remarks

Use this method when building derived types.

See Also