[CLSCompliantAttribute(false)]
public static uint RotateLeft(
uint i,
int distance
)
<CLSCompliantAttribute(false)>
Public Shared Function RotateLeft (
i As UInteger,
distance As Integer
) As UInteger
public:
[CLSCompliantAttribute(false)]
static unsigned int RotateLeft(
unsigned int i,
int distance
)
Org.BouncyCastle.Utilities.Integers.RotateLeft = function(i, distance);