Start » Filter Reference » Basic » Real » TestRealUnequalTo
Module: | FoundationLite |
---|
Checks whether two reals are unequal.
Name | Type | Description | |
---|---|---|---|
inValue | Real | Input Real value | |
inReferenceValue | Real | Input reference Real value to compare input Real value against | |
inEpsilon | Real | Maximum difference between input Real value and input reference Real value for them to still be considered unequal | |
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.