Print view · Int To Float · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Int To Float

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/math/int-to-float

Studio and Graph › Voxel › Math

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.