Click or drag to resize

DoubleInfo Properties

The DoubleInfo type exposes the following members.

Properties
  NameDescription
Public propertyBits
Gets the internal representation of the floating point value.
Public propertyExponent
Gets the base-2 exponent of the floating point value.
Public propertyIsFinite
Gets a value indicating whether the floating point value is a finite number.
Public propertyIsInfinite
Gets a value indicating whether the value is infinite.
Public propertyIsNaN
Gets a value indicating whether the value is not-a-number.
Public propertyIsNegative
Gets a value indicating whether the number is negative.
Public propertyIsSubnormal
Gets a value indicating whether the floating point value is sub-normal.
Public propertyIsZero
Gets a value indicating whether the floating point value is zero.
Public propertyMantissa
Gets the mantissa of the floating point value.
Public propertyNext
Gets the next higher floating point value.
Public propertyPrevious
Gets the next lower floating point value.
Public propertyValue
Gets the double value.
Top
See Also