Java.Lang.Long.Reverse Method
Reverses the order of the bits of the specified long value.

Syntax

[Android.Runtime.Register("reverse", "(J)J", "")]
public static long Reverse (long lng)

Parameters

v
the long value for which to reverse the bit order.

Returns

Documentation for this section has not yet been entered.

Remarks

Reverses the order of the bits of the specified long value.

[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