IntegersRotateLeft(Int32, Int32) Method
Namespace: Org.BouncyCastle.UtilitiesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static int RotateLeft(
int i,
int distance
)
public:
static int RotateLeft(
int i,
int distance
)
Org.BouncyCastle.Utilities.Integers.RotateLeft = function(i, distance);
- i Int32
-
- distance Int32
-
Int32