Share via


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

変換された単精度浮動小数点の値を表す整数。

適用対象