Constant
Constant nodes are a way to create a static value for use inside Substance graphs.
You can find these nodes in the Values > Constants section of the Library.
They all include a simple Value processor node generating the value.
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 Float values generate fractional numbers, I.e. they support values after the decimal sign, and can be adjusted in 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.