BitConverter.SingleToInt32Bits(Single) 方法

定义

将单精度浮点值转换为整数。

public:
 static int SingleToInt32Bits(float value);
public static int SingleToInt32Bits (float value);
static member SingleToInt32Bits : single -> int
Public Shared Function SingleToInt32Bits (value As Single) As Integer

参数

value
Single

要转换的单精度浮点值。

返回

Int32

表示已转换单精度浮点值的整数。

适用于