Table of Contents

Method AsULong

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AsULong(double)

Converts the specified double-precision floating-point number to its equivalent 64-bit unsigned integer representation.

public static ulong AsULong(double value)

Parameters

value double

The double-precision floating-point number to convert.

Returns

ulong

The 64-bit unsigned integer representation of the specified double value.