#include <customgui_range.h>
Stores a range for RangeData.
- Since
- R19
◆ RangePair() [1/2]
◆ RangePair() [2/2]
Copy constructor.
- Parameters
-
◆ Contains()
Checks if the range contains the given value.
- Parameters
-
[in] | value | The value to check. |
- Returns
- true if the value is within the range, otherwise false.
◆ GetMin()
Retrieves the minimum range value.
- Returns
- The minimum range value.
◆ GetMax()
Retrieves the maximum range value.
- Returns
- The maximum range value.
◆ GetCenter()
Float GetCenter |
( |
| ) |
const |
Calculates the center value for the range.
- Returns
- The center value for the range.
◆ _min
◆ _max