BitConverter.UInt32BitsToSingle(UInt32) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert die angegebene 32-Bit-Ganzzahl ohne Vorzeichen in eine Gleitkommazahl mit einfacher Genauigkeit.

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 zu konvertierende Zahl.

Gibt zurück

Eine Gleitkommazahl mit einfacher Genauigkeit, deren Bits mit identisch valuesind.

Attribute

Gilt für: