Lib.numbers.float.logic.HasValueIncreased - tixl3d/tixl GitHub Wiki
Tests whether the incoming value has increased by a defined threshold and outputs this as a Boolean
Operator with more options: [HasValueChanged]
Similar to [HasValueIncreased], [IsGreater] and [HasValueDecreased]
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Single) | Value to be tested if it has increased |
| Threshold (Single) | If the value has increased more than is defined here the output boolean will be 'True' |
| Name | Type |
|---|---|
| HasIncreased | System.Boolean |
⚠ Everything else is automatically generated and will be overwritten regularly.