DoubleInfo Properties

Properties

Bits Gets the internal representation of the floating point value.
Exponent Gets the base-2 exponent of the floating point value.
IsFinite Gets a value indicating whether the floating point value is a finite number.
IsInfinite Gets a value indicating whether the value is infinite.
IsNaN Gets a value indicating whether the value is not-a-number.
IsNegative Gets a value indicating whether the number is negative.
IsSubnormal Gets a value indicating whether the floating point value is sub-normal.
IsZero Gets a value indicating whether the floating point value is zero.
Mantissa Gets the mantissa of the floating point value.
Next Gets the next higher floating point value.
Previous Gets the next lower floating point value.
Value Gets the double value.

See Also