Output the highest and lowest points reached by an 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.


