Rotates the bits of the specified integer to the left by the specified
number of bits.
Syntax
[Android.Runtime.Register("rotateLeft", "(II)I", "")]
public static
int RotateLeft (
int i,
int distance)
Parameters
- i
- the integer value to rotate left.
- 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