A RangedObject is an otx:ComplexType and represents the abstract base data type for all ranged data types.
More...
A RangedObject is an otx:ComplexType and represents the abstract base data type for all ranged data types.
◆ RangedFloat()
OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedFloat.RangedFloat |
( |
double |
value, |
|
|
List< FloatInterval > |
interval, |
|
|
boolean |
isValueWritten |
|
) |
| |
|
inline |
Initializes a new instance of the RangedFloat class.
- Parameters
-
value | The value |
interval | The List of FloatInterval |
isValueWritten | A value is considered written if one of the set value actions is called. Overwriting with the same value as the current value counts as written. The initialization of the ranged object with a value does not count as written. |
◆ GetInterval()
List<FloatInterval> OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedFloat.GetInterval |
( |
| ) |
|
|
inline |
◆ GetValue()
double OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedFloat.GetValue |
( |
| ) |
|
|
inline |
Gets the Float value of the RangedFloat.
- Returns
- The value
◆ IsInRange()
boolean OpenTestSystem.Otx.Runtime.Api.DataTypes.RangedFloat.IsInRange |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: