Back to FabImage Studio website

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

TestRealEqualTo


Module: FoundationLite

Checks whether two reals are equal.

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 equal
Output value outIsEqual Bool Flag indicating whether two input Real values are equal

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.