BitConverter.Int32BitsToSingle(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 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
要轉換的整數。
傳回
代表已轉換之整數的單精確度浮點數值。