Start » Filter Reference » Basic » Real » TestRealInRange
Module: | FoundationLite |
---|
Checks whether a real value is in the specified range.
Name | Type | Description | |
---|---|---|---|
inValue | Real | Input Real value | |
inMinimum | Real* | Optional input lower Real value of range | |
inMaximum | Real* | Optional input higher Real value of range | |
outIsInRange | Bool | Flag indicating whether input Real value is within range |
Hints
- This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of TestReal filter group.