BitConverter.DoubleToUInt64Bits(Double) Metod

Definition

Viktigt!

Detta API uppfyller inte CLS.

Konverterar det angivna flyttalnumret med dubbel precision till ett 64-bitars osignerat heltal.

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

Parametrar

value
Double

Talet som ska konverteras.

Returer

Ett 64-bitars osignerat heltal vars bitar är identiska med value.

Attribut

Gäller för