Java.Lang.Integer.RotateLeft Method
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

Rotates the bits of the specified integer to the left 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