System::BitConverter::Int64BitsToDouble 方法

BitConverter::Int64BitsToDouble method

返回一个双精度浮点值,其值等价于 value。

static double System::BitConverter::Int64BitsToDouble(int64_t value)
ParameterType描述
valueint64_t其二进制表示等于指定值的 64 位整数值

ReturnValue

双精度浮点值

另见