Int64BitsToDouble()
BitConverter::Int64BitsToDouble(int64_t) method
Returns a double-precision floating point value whose value is equivalent to value.
static double System::BitConverter::Int64BitsToDouble(int64_t value)
Arguments
Parameter | Type | Description |
---|---|---|
value | int64_t | 64-bit integer value whose binary representation is equal to that of the specified value |
Return Value
The double-precision floating point value
See Also
- Class BitConverter
- Namespace System
- Library Aspose.Slides