BitConverter.SingleToUInt32Bits(Single) Método

Definição

Importante

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

Converte o número de ponto flutuante de precisão única especificado em um inteiro sem sinal de 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

Parâmetros

value
Single

O número a ser convertido.

Retornos

UInt32

Um inteiro sem sinal de 32 bits cujos bits são idênticos a value.

Atributos

Aplica-se a