DoubleInfo Structure |
Namespace: Meta.Numerics.Extended
The DoubleInfo type exposes the following members.
Name | Description | |
---|---|---|
DoubleInfo |
Initializes a new double info object for the given double value.
|
Name | Description | |
---|---|---|
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.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |