Condividi tramite


BitConverter.SingleToUInt32Bits(Single) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Converte il numero a virgola mobile a precisione singola specificato in un intero senza segno a 32 bit.

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

Parametri

value
Single

Numero da convertire.

Restituisce

UInt32

Intero senza segno a 32 bit i cui bit sono identici a value.

Attributi

Si applica a