BitConverter.SingleToUInt32Bits(Single) 方法

定义

重要

此 API 不符合 CLS。

将指定的单精度浮点数转换为 32 位无符号整数。

public:
 static System::UInt32 SingleToUInt32Bits(float value);
[System.CLSCompliant(false)]
public static uint SingleToUInt32Bits (float value);
[<System.CLSCompliant(false)>]
static member SingleToUInt32Bits : single -> uint32
Public Shared Function SingleToUInt32Bits (value As Single) As UInteger

参数

value
Single

要转换的数字。

返回

UInt32

一个 32 位无符号整数,其位与 value该整数相同。

属性

适用于