Char.IShiftOperators<Char,Int32,Char>.UnsignedRightShift 操作员    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值右移给定量。
 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的结果。