Test additional content header

Number   Conversion (Decimal to Number)

Implicit converstion from decimal to Number.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static implicit operator Number (
	decimal primitiveValue
)

Parameters

primitiveValue  Decimal
Decimal value.

Return Value

Number
Number representing the int value.

See Also