Char.IShiftOperators<Char,Int32,Char>.RightShift(Char, Int32) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值向右移动给定的量。
static char System.Numerics.IShiftOperators<System.Char,System.Int32,System.Char>.operator >>(char value, int shiftAmount) = System::Numerics::IShiftOperators<char, int, char>::op_RightShift;
static char IShiftOperators<char,int,char>.operator >> (char value, int shiftAmount);
static member ( >>> ) : char * int -> char
Shared Operator >> (value As Char, shiftAmount As Integer) As Char Implements IShiftOperators(Of Char, Integer, Char).op_RightShift
参数
- value
- Char
由 shiftAmount
向右移动的值。
- shiftAmount
- Int32
向右移动的量 value
。
返回
向shiftAmount
右移动value
的结果。