Range Constructor (Double, Double)
Initializes a new instance of the Range class with the specified lower and upper bound.
          Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public Range(
    double lower,
    double upper
)Parameters
| 
                   lower  | 
                   Type: System.Double  | 
| 
                   upper  | 
                   Type: System.Double  |