Java.Lang.Double.DoubleToLongBits Method
Returns an integer corresponding to the bits of the given double precision value.

Syntax

[Android.Runtime.Register("doubleToLongBits", "(D)J", "")]
public static long DoubleToLongBits (double value)

Parameters

value
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an integer corresponding to the bits of the given double precision value. All Not-a-Number (NaN) values are converted to a single NaN representation (0x7ff8000000000000L) (compare to Double.DoubleToRawLongBits(double)).

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1