Partager via


BitConverter.UInt32BitsToSingle(UInt32) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Convertit l’entier non signé 32 bits spécifié en nombre à virgule flottante simple précision.

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

Paramètres

value
UInt32

Nombre à convertir.

Retours

Single

Nombre à virgule flottante simple précision dont les bits sont identiques à value.

Attributs

S’applique à