Rotates the bits of the specified long value to the left by the specified
number of bits.
Syntax
[Android.Runtime.Register("rotateLeft", "(JI)J", "")]
public static
long RotateLeft (
long lng,
int distance)
Parameters
- v
- the long 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