Method AsLong
AsLong(double)
Converts the specified double-precision floating-point number to its equivalent 64-bit signed integer representation.
public static long AsLong(double value)
Parameters
valuedoubleThe double-precision floating-point number to convert.
Returns
- long
The 64-bit signed integer representation of the specified double value.