Aurora Visio Studio TOP » Filter Groups » TestLongInteger
TestLongInteger
Description
Tests whether a Long number fulfills a specified condition.
Filters in this group
Icon | Name | Description |
---|---|---|
TestLongIntegerLessThan | Compares two Long integers with the < operator. |
|
TestLongIntegerLessOrEqual | Compares two Long integers with the <= operator. |
|
TestLongIntegerGreaterThan | Compares two Long integers with the > operator. |
|
TestLongIntegerGreaterOrEqual | Compares two Long integers with the >= operator. |
|
TestLongIntegerEqualTo | Checks whether two Long integers are equal. |
|
TestLongIntegerUnequalTo | Checks whether two Long integers are unequal. |
|
TestLongIntegerInRange | Checks whether Long integers is in the specified range. |