Java.Lang.Double.LongBitsToDouble Method
Returns the double precision float corresponding to the given bits.

Syntax

[Android.Runtime.Register("longBitsToDouble", "(J)D", "")]
public static double LongBitsToDouble (long bits)

Parameters

bits
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the double precision float corresponding to the given bits.

[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