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