System::BitConverter::DoubleToInt64Bits 方法

BitConverter::DoubleToInt64Bits method

返回一个 64 位整数值,其二进制表示等于指定双精度浮点值的二进制表示。

static int64_t System::BitConverter::DoubleToInt64Bits(double value)
参数类型描述
double双精度浮点值

ReturnValue

64 位整数值,其二进制表示等于指定值的二进制表示

另见