Table of Contents

Method AsLong

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

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

value double

The double-precision floating-point number to convert.

Returns

long

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