Char.IBinaryInteger<Char>.RotateLeft(Char, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
旋轉指定數量所留下的值。
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
參數
- value
- Char
由 左 rotateAmount
旋轉的值。
- rotateAmount
- Int32
向左旋轉的數量 value
。
傳回
由 左 rotateAmount
旋轉 value
的結果。