BitConverter.UInt32BitsToSingle(UInt32) 方法

定义

重要

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

属性

适用于