A FloatInterval is a NumericInterval and represents an interval with a lower and an upper limit.
More...
A FloatInterval is a NumericInterval and represents an interval with a lower and an upper limit.
An interval can have an interval semantic and a label to categorize the interval.
◆ FloatInterval() [1/4]
OpenTestSystem.Otx.Runtime.Api.DataTypes.FloatInterval.FloatInterval |
( |
double |
lowerLimit | ) |
|
|
inline |
Initializes a new instance of the FloatInterval class.
- Parameters
-
lowerLimit | The lower limit of the interval |
◆ FloatInterval() [2/4]
OpenTestSystem.Otx.Runtime.Api.DataTypes.FloatInterval.FloatInterval |
( |
double |
lowerLimit, |
|
|
double |
upperLimit |
|
) |
| |
|
inline |
Initializes a new instance of the FloatInterval class.
- Parameters
-
lowerLimit | The lower limit of the interval |
upperLimit | The upper limit of the interval |
◆ FloatInterval() [3/4]
OpenTestSystem.Otx.Runtime.Api.DataTypes.FloatInterval.FloatInterval |
( |
double |
lowerLimit, |
|
|
double |
upperLimit, |
|
|
IntervalSemantics |
semantic |
|
) |
| |
|
inline |
Initializes a new instance of the FloatInterval class.
- Parameters
-
lowerLimit | The lower limit of the interval |
upperLimit | The upper limit of the interval |
semantic | The semantics of how values inside the interval are interpreted |
◆ FloatInterval() [4/4]
OpenTestSystem.Otx.Runtime.Api.DataTypes.FloatInterval.FloatInterval |
( |
double |
lowerLimit, |
|
|
double |
upperLimit, |
|
|
IntervalSemantics |
semantic, |
|
|
String |
label |
|
) |
| |
|
inline |
Initializes a new instance of the FloatInterval class.
- Parameters
-
lowerLimit | The lower limit of the interval |
upperLimit | The upper limit of the interval |
semantic | The semantics of how values inside the interval are interpreted |
label | The label to categorize the interval |
◆ GetLowerLimit()
double OpenTestSystem.Otx.Runtime.Api.DataTypes.FloatInterval.GetLowerLimit |
( |
| ) |
|
|
inline |
Gets the lower limit of the interval.
If the lower limit is omitted, the lower limit is -Infinity.
- Returns
- LowerLimit
◆ GetUpperLimit()
double OpenTestSystem.Otx.Runtime.Api.DataTypes.FloatInterval.GetUpperLimit |
( |
| ) |
|
|
inline |
Gets the upper limit of the interval.
If the upper limit is omitted, the upper limit is Infinity.
- Returns
- UpperLimit
The documentation for this class was generated from the following file: