Rotates the bits of the specified integer to the right by the specified
number of bits.
Syntax
[Android.Runtime.Register("rotateRight", "(II)I", "")]
public static
int RotateRight (
int i,
int distance)
Parameters
- i
- the integer value to rotate right.
- distance
- the number of bits to rotate.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1