Sets how a Value Accumulator handles the increments when it reaches the limits of the range of increments.
More...
|
| Clamp =(1) |
| Limits the total accumulated value between the maximum and minimum values by clamping the value.
|
|
| Loop =(0) |
| Limits the total accumulated value between the maximum and minimum values by wrapping the value.
|
|
Constructs a BoundType of an integer value.
- Parameters
-
value | Integer value to convert to enumeration constant. |
Constructs a copy of a BoundType object.
- Parameters
-
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
- Parameters
-
swigValue | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
- Returns
- Integer value.
Converts an integer value to the matching enumeration constant.
- Parameters
-
value | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.