BitConverter.Int32BitsToSingle(Int32) メソッド

定義

指定した 32 ビット整数を単精度浮動小数点の値として再解釈します。

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

パラメーター

value
Int32

変換する整数。

戻り値

Single

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

適用対象