共用方式為


FloatingPointNumerics.ReinterpretAsFloat(Int32) 方法

定義

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

public static float ReinterpretAsFloat(int value);
static member ReinterpretAsFloat : int -> single

參數

value
Int32

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

傳回

解譯為浮點值的整數值的記憶體內容

適用於