Back to Aurora Vision Studio website

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

TestRealUnequalTo


Module: FoundationLite

Checks whether two reals are unequal.

Name Type Description
Input value inValue Real Input Real value
Input value inReferenceValue Real Input reference Real value to compare input Real value against
Input value inEpsilon Real Maximum difference between input Real value and input reference Real value for them to still be considered unequal
Output value outIsUnequal Bool Flag indicating whether two input Real values are unequal

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.

Complexity Level

This filter is available on Expert Complexity Level.

Filter Group

This filter is member of TestReal filter group.