Test additional content header

Number   Conversion (Int32 to Number)

Implicit converstion from int 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 (
	int primitiveValue
)

Parameters

primitiveValue  Int32
Integer value.

Return Value

Number
Number representing the int value.

See Also