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的结果。

实现

适用于