Click or drag to resize

Bounds Properties

The Bounds type exposes the following members.

Properties
  NameDescription
Public propertyIsFinite
Gets a value indicating whether this instance has a finite value as either the lower or upper bound.
Public propertyIsUnbounded
Gets a value indicating whether this instance ranges from NegativeInfinity to PositiveInfinity.
Public propertyIsUndefined
Gets a value indicating whether any of the values for this instance have the value NaN.
Public propertyLowerBound
Gets the minimal value defining the range of numbers.
Public propertyStatic memberUnbounded
Gets a set of Bounds representing the full range of real values from negative infinity to positive infinity.
Public propertyStatic memberUndefined
Gets a set of Bounds with values of NaN.
Public propertyUpperBound
Gets the maximal value defining the range of numbers.
Top
See Also