BitConverter.UInt32BitsToSingle(UInt32) Metod

Definition

Viktigt!

Detta API uppfyller inte CLS.

Konverterar det angivna 32-bitars osignerade heltalet till ett flyttal med enkel precision.

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

Parametrar

value
UInt32

Talet som ska konverteras.

Returer

Ett flyttal med enkel precision vars bitar är identiska med value.

Attribut

Gäller för