System::BitConverter::Int64BitsToDouble 方法
BitConverter::Int64BitsToDouble method
返回一个双精度浮点值,其值等价于 value。
static double System::BitConverter::Int64BitsToDouble(int64_t value)
| Parameter | Type | 描述 |
|---|---|---|
| value | int64_t | 其二进制表示等于指定值的 64 位整数值 |
ReturnValue
双精度浮点值
另见
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++