BitConverter.Int32BitsToSingle(Int32) Método

Definición

Reinterpreta el entero de 32 bits especificado como un valor de punto flotante de precisión sencilla.

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

Parámetros

value
Int32

Entero que se va a convertir.

Devoluciones

Single

Valor de punto flotante de precisión sencilla que representa el entero convertido.

Se aplica a