Aurora Visio Studio TOP » Filter Groups » TestDouble
TestDouble
Description
Tests whether double fulfills a specified condition.
Filters in this group
Icon | Name | Description |
---|---|---|
![]() |
TestDoubleLessThan | Compares two doubles with the < operator. |
![]() |
TestDoubleLessOrEqual | Compares two doubles with the <= operator. |
![]() |
TestDoubleGreaterThan | Compares two doubles with the > operator. |
![]() |
TestDoubleGreaterOrEqual | Compares two doubles with the >= operator. |
![]() |
TestDoubleEqualTo | Checks whether two doubles are equal. |
![]() |
TestDoubleUnequalTo | Checks whether two doubles are unequal. |
![]() |
TestDoubleInRange | Checks whether a double value is in the specified range. |