Description
This node outputs the highest and lowest points reached by its input and two booleans that turn True when the input is either increasing, or decreasing.
Properties
This node has no properties in the Editor
panel.
Inputs
Name | Type | Description |
---|---|---|
Float | Float | Input value to analyze |
Outputs
Name | Type | Description |
---|---|---|
Lowest | Float | Lowest value reached by the input |
Highest | Float | Highest value reached by the input |
Is increasing | Boolean | True if the value is increasing. False otherwise |
Is decreasing | Boolean | True if the value is decreasing. False otherwise |
Example
Need more help with this?
Don’t hesitate to contact us here.