FloatingPointNumerics.ReinterpretAsLong(Double) 方法

定义

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

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

参数

value
Double

双精度浮点值,其内存内容要重新解释

返回

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

适用于