Freigeben über


BitConverter.SingleToUInt32Bits(Single) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Wandelt die angegebene Gleitkommanummer mit einer Genauigkeit in eine 32-Bit-ganzzahl ohne Vorzeichen um.

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

Parameter

value
Single

Die zu konvertierende Zahl.

Gibt zurück

UInt32

Eine nicht signierte 32-Bit-Ganzzahl, deren Bits identisch valuesind.

Attribute

Gilt für