You are here: Start » Filter Groups » TestReal
TestReal
Description
Tests whether real number fulfills a specified condition.
Filters in this group
Icon | Name | Filter Name | Description |
---|---|---|---|
![]() |
LessThan | TestRealLessThan | Compares two reals with the < operator. |
![]() |
LessOrEqual | TestRealLessOrEqual | Compares two reals with the <= operator. |
![]() |
GreaterThan | TestRealGreaterThan | Compares two reals with the > operator. |
![]() |
GreaterOrEqual | TestRealGreaterOrEqual | Compares two reals with the >= operator. |
![]() |
EqualTo | TestRealEqualTo | Checks whether two reals are equal. |
![]() |
UnequalTo | TestRealUnequalTo | Checks whether two reals are unequal. |
![]() |
InRange | TestRealInRange | Checks whether a real value is in the specified range. |