Method AsULong
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
valuedoubleThe double-precision floating-point number to convert.
Returns
- ulong
The 64-bit unsigned integer representation of the specified double value.