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