Aurora Visio Studio TOP » Filter Groups » TestInteger
TestInteger
Description
Tests whether an integer number fulfills a specified condition.
Filters in this group
Icon | Name | Description |
---|---|---|
![]() |
TestIntegerLessThan | Compares two integers with the < operator. |
![]() |
TestIntegerLessOrEqual | Compares two integers with the <= operator. |
![]() |
TestIntegerGreaterThan | Compares two integers with the > operator. |
![]() |
TestIntegerGreaterOrEqual | Compares two integers with the >= operator. |
![]() |
TestIntegerEqualTo | Checks whether two integers are equal. |
![]() |
TestIntegerUnequalTo | Checks whether two integers are unequal. |
![]() |
TestIntegerInRange | Checks whether an integers is in the specified range. |