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

Syntax

[Android.Runtime.Register("doubleToRawLongBits", "(D)J", "")]
public static long DoubleToRawLongBits (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. Not-a-Number (NaN) values are preserved (compare to Double.DoubleToLongBits(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