Char.IBinaryInteger<Char>.RotateLeft(Char, Int32) Methode

Definitie

Hiermee draait u een waarde naar links met een bepaald bedrag.

 static char System.Numerics.IBinaryInteger<System.Char>.RotateLeft(char value, int rotateAmount) = System::Numerics::IBinaryInteger<char>::RotateLeft;
static char IBinaryInteger<char>.RotateLeft(char value, int rotateAmount);
static member System.Numerics.IBinaryInteger<System.Char>.RotateLeft : char * int -> char
 Shared Function RotateLeft (value As Char, rotateAmount As Integer) As Char Implements IBinaryInteger(Of Char).RotateLeft

Parameters

value
Char

De waarde die naar links rotateAmountwordt gedraaid.

rotateAmount
Int32

Het bedrag waarmee value links wordt gedraaid.

Retouren

Het resultaat van links draaien value door rotateAmount.

Implementeringen

Van toepassing op