共用方式為


FloatingPointNumerics.ReinterpretAsDouble(Int64) 方法

定義

將整數值的記憶體內容重新解譯為雙精確度浮點值

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

參數

value
Int64

要重新解譯其記憶體內容的整數

傳回

解譯為雙精確度浮點值的整數記憶體內容

適用於