BitConverter.UInt64BitsToDouble(UInt64) Metod

Definition

Viktigt!

Detta API uppfyller inte CLS.

Konverterar det angivna 64-bitars osignerade heltalet till ett flyttal med dubbel precision.

public:
 static double UInt64BitsToDouble(System::UInt64 value);
[System.CLSCompliant(false)]
public static double UInt64BitsToDouble(ulong value);
[<System.CLSCompliant(false)>]
static member UInt64BitsToDouble : uint64 -> double
Public Shared Function UInt64BitsToDouble (value As ULong) As Double

Parametrar

value
UInt64

Talet som ska konverteras.

Returer

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

Attribut

Gäller för