Number Conversion (Int32 to Number)
Implicit converstion from int to
Number.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static implicit operator Number (
int primitiveValue
)
- primitiveValue Int32
- Integer value.
NumberNumber representing the int value.