Test additional content header

NumberSubtraction Method

Subtracts the specified Number value from this value.

Definition

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

Parameters

right  Number
The subtrahend.

Return Value

Number
The result of subtracting right from this value.

Remarks

Use this method when building derived types.

See Also