ProcessorFloat

class ipcore.properties.processors.ProcessorFloat

This preprocessor makes sure that the value stored is a python float, but only if the input is considered a valid float (float, int, bool, numpy.int_, numpy.float_, …).

If not, we do not preprocess and return the original value, which will throw an exception during the validation phase.