Partager via


BitConverter.SingleToUInt32Bits(Single) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

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

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

Paramètres

value
Single

Nombre à convertir.

Retours

UInt32

Entier non signé 32 bits dont les bits sont identiques à value.

Attributs

S’applique à