Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Basic » Real » TestRealInRange

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 Basic Complexity Level.

Filter Group

This filter is member of TestReal filter group.