Converts an integer input value to a numeric output value.
The integer is converted to a floating decimal number. For example: An input of 7 results in an output of 0.70 x 101 .
Inputs
Slots
Type
Default
Description
In
Integer
The integer value that will be converted to an output numeric value.
Outputs
Out
Numeric
The numeric value resulting from the conversion of the input integer value.