Char.IShiftOperators<Char,Int32,Char>.UnsignedRightShift 運算子

定義

以指定的數量向右移值。

 static char System.Numerics.IShiftOperators<System.Char,System.Int32,System.Char>.op_UnsignedRightShift(char value, int shiftAmount) = System::Numerics::IShiftOperators<char, int, char>::op_UnsignedRightShift;
static char IShiftOperators<char,int,char>.op_UnsignedRightShift (char value, int shiftAmount);
static member System.Numerics.IShiftOperators<System.Char,System.Int32,System.Char>.op_UnsignedRightShift : char * int -> char
 Shared op_UnsignedRightShift (value As Char, shiftAmount As Integer) As Char Implements IShiftOperators(Of Char, Integer, Char).op_UnsignedRightShift

參數

value
Char

shiftAmount 右移的值。

shiftAmount
Int32

向右移位的金額 value

傳回

shiftAmount 右移 value 位的結果。

實作

適用於