FloatingPointNumerics.ReinterpretAsDouble(Int64) 方法

定义

将整数值的内存内容重新解释为双精度浮点值

public static double ReinterpretAsDouble (long value);
static member ReinterpretAsDouble : int64 -> double

参数

value
Int64

要重新解释其内存内容的整数

返回

解释为双精度浮点值的整数的内存内容

适用于