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