public readonly struct DoubleInfo
Public Structure DoubleInfo
public value class DoubleInfo
[<SealedAttribute>]
type DoubleInfo =
struct
inherit ValueType
end
DoubleInfo | Initializes a new double info object for the given double value. |
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. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
For | Creates a new double info object for the given double value. |
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) |