Docs

Int To Float

Converts an integer to a float.

Int To Float node

The Int To Float node

When to use it

Converts an integer to a float.

It is a straight pass-through, since everything is stored as a float underneath. It exists so the conversion is visible on the canvas and the pins downstream stay float-typed. Adding one costs nothing at all.

Pins

Pin Type Description
Value Whole Number The whole number coming in.
Pin Type Description
Result Number The same number, now on a float wire.