Char.IBinaryInteger<Char>.RotateRight(Char, Int32) 方法

定義

以指定的數量向右旋轉值。

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

參數

value
Char

以 向右 rotateAmount 旋轉的值。

rotateAmount
Int32

向右旋轉的數量 value

傳回

向右 rotateAmount 旋轉 value 的結果。

實作

適用於