Constant
Constant nodes are a way to create a static value for use inside Substance function graphs. Unlike variables, they cannot be modified externally.
Additionally, this page provides some extra information for each data type and common use cases.
Integers
Constant integers generate whole numbers, and have a step of 1.
They can be converted to Float, which is recommended to do when performing any operation more complex than additions, subtractions and simple comparisons.
Floats
Constant Floats generate fractional numbers, not wholenumbers, which means they will always have values after the decimal sign, and can in- or decrease by steps smaller than 1 (default 0.01).
Floats can be converted to Integers but they will be rounded up or down to the nearest Integer, meaning data and accuracy is lost.
Others
Two additional data types exist inside Substance function graphs: booleans and strings. Strings were introduced alongside the Text node in Designer version 6.