Compartilhar via


BitConverter.UInt32BitsToSingle(UInt32) Método

Definição

Importante

Esta API não está em conformidade com CLS.

Converte o inteiro sem sinal de 32 bits especificado em um número de ponto flutuante de precisão única.

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

Parâmetros

value
UInt32

O número a ser convertido.

Retornos

Single

Um número de ponto flutuante de precisão única cujos bits são idênticos a value.

Atributos

Aplica-se a