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
单精度浮点数。
- 属性