Back to Aurora 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
Input value inValue Real Input Real value
Input value inMinimum Real* Optional input lower Real value of range
Input value inMaximum Real* Optional input higher Real value of range
Output value 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.