Java.Lang.Long.RotateRight Method
Rotates the bits of the specified long value to the right by the specified number of bits.

Syntax

[Android.Runtime.Register("rotateRight", "(JI)J", "")]
public static long RotateRight (long lng, int distance)

Parameters

v
the long value to rotate right.
distance
the number of bits to rotate.

Returns

Documentation for this section has not yet been entered.

Remarks

Rotates the bits of the specified long value to the right by the specified number of 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