| Bounds Properties | 
The Bounds type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsFinite | 
            Gets a value indicating whether this instance has a finite value as either the lower or upper bound.
             | 
|  | IsUnbounded | 
            Gets a value indicating whether this instance ranges from NegativeInfinity to PositiveInfinity.
             | 
|  | IsUndefined | 
            Gets a value indicating whether any of the values for this instance have the value NaN.
             | 
|  | LowerBound | 
            Gets the minimal value defining the range of numbers.
             | 
|   | Unbounded | 
            Gets a set of Bounds representing the full range of real values from negative infinity to positive infinity.
             | 
|   | Undefined | |
|  | UpperBound | 
            Gets the maximal value defining the range of numbers.
             | 
 See Also
See Also