BitConverter.UInt32BitsToSingle(UInt32) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Wandelt die angegebene 32-Bit-ganzzahl ohne Vorzeichen in eine Gleitkommazahl mit einfacher Genauigkeit um.

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

Parameter

value
UInt32

Die zahl, die konvertiert werden soll.

Gibt zurück

Eine Gleitkommazahl mit einfacher Genauigkeit, deren Bits identisch sind.value

Attribute

Gilt für: