BitConverter.UInt32BitsToSingle(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
將指定的 32 位不帶正負號的整數轉換為單精確度浮點數。
public:
static float UInt32BitsToSingle(System::UInt32 value);
[System.CLSCompliant(false)]
public static float UInt32BitsToSingle (uint value);
[<System.CLSCompliant(false)>]
static member UInt32BitsToSingle : uint32 -> single
Public Shared Function UInt32BitsToSingle (value As UInteger) As Single
參數
- value
- UInt32
要轉換的數字。
傳回
單精確度浮點數,其位與 相同 value
。
- 屬性