Test additional content header

NumberAddition Method

Adds the specified Number value to this value.

Definition

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

Parameters

right  Number
Value to add.

Return Value

Number
The result of adding right to this value.

Remarks

Use this method when building derived types.

See Also