BitConverter.Int32BitsToSingle(Int32) 方法

定義

將指定的 32 位元整數重新解譯為單精確度浮點數值。

public:
 static float Int32BitsToSingle(int value);
public static float Int32BitsToSingle (int value);
static member Int32BitsToSingle : int -> single
Public Shared Function Int32BitsToSingle (value As Integer) As Single

參數

value
Int32

要轉換的整數。

傳回

Single

代表已轉換之整數的單精確度浮點數值。

適用於