OTX Reference  
OpenTestSystem.Otx.Extensions.Range.Terms.GetQuantityIntervalUpperLimit Class Reference

Gets the upper limit of the given QuantityInterval. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Range.Terms.GetQuantityIntervalUpperLimit:
Inheritance graph

Public Attributes

QuantityIntervalTerm interval
 This is the term which represents the QuantityInterval. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Gets the upper limit of the given QuantityInterval.

GetQuantityIntervalUpperLimit is a QuantityTerm which returns the upper limit of the given QuantityInterval.

Syntax
QuantityTerm = Range.GetQuantityIntervalUpperLimit(QuantityIntervalTerm interval);
Examples
// Local Declarations
Range.QuantityInterval QuantityInterval1;
Quantities.Quantity Quantity1;
// Flow
QuantityInterval1 = Range.CreateQuantityInterval(5.0 [@Unit, "km"], 100.0 [@Unit, "km"], @IntervalSemantic:SUCCESS, "Label1");
Quantity1 = Range.GetQuantityIntervalUpperLimit(QuantityInterval1);

Member Data Documentation

◆ interval

QuantityIntervalTerm OpenTestSystem.Otx.Extensions.Range.Terms.GetQuantityIntervalUpperLimit.interval

This is the term which represents the QuantityInterval.

OpenTestSystem.Otx.Extensions.Range.Terms.GetQuantityIntervalUpperLimit.interval
QuantityIntervalTerm interval
This is the term which represents the QuantityInterval.
Definition: Range.cs:2267