Back to FabImage Studio website
You are here: Start » Filter Reference » Real » TestRealInRange
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.
Examples
Description of usage of this filter can be found in examples and tutorial: Blade.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of TestReal filter group.