class IAGSRange: Any
      
Fields
| Name | Description | 
|---|---|
          val lowerBound: Double
         | 
        
         The lower bound of a range  | 
      
          val upperBound: Double
         | 
        
         The upper bound of a range  | 
      
Constructors
<init>
        constructor(lowerBound: Double, upperBound: Double)
      
A structure used to describe a range value.
Parameters
| Name | Description | 
|---|---|
          lowerBound: Double
         | 
        |
          upperBound: Double
         | 
        
A structure used to describe a range value.