TL;DR
Create the possibility to determine what kind of fluid is in a fluid wagon for values 0 < x < 1 .What ?
Fluid values below 1 are rounded down to 0. An exception to that is the train stop condition "cargo inventory empty". Usually one would test for (TypeOfFluid > 0) to determine what kind of fluid is in a fluid wagon. But this does not work for values 0 < x < 1.Why ?
There is a landslide of threads regarding this issue. This one might be exemplary:viewtopic.php?f=6&t=49274
Edit:
This does not mean I am asking for the circuit network to deal with floats or fluids 0 < x < 1 to be rounded to 1. Both was discussed and weighed exhaustingly and dismissed. I just request ANY way to determine what fluid is in there.