Lib.numbers.float.logic¶
Operators¶
- Compare — Compares two float values, outputting a boolean.
- HasValueChanged — Tests whether the incoming value has changed by a defined threshold and outputs this as a Boolean
- HasValueIncreased — Tests whether the incoming value has increased by a defined threshold and outputs this as a Boolean
- IsGreater — Tests whether the incoming value is higher than the threshold and outputs the result as a Boolean
- PickFloat — Picks a value from the connected float inputs.
- TryParse — Tries to parse a string to a float number; if failing, the default value is used instead.
- ValueToRate — Converts a value to a rate.
Auto-generated from the operator library.