Char.IShiftOperators<Char,Int32,Char>.RightShift(Char, Int32) Operador

Definição

Desloca um valor para a direita em um determinado valor.

 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

Parâmetros

value
Char

O valor que é deslocado para a direita por shiftAmount.

shiftAmount
Int32

O valor pelo qual value é deslocado para a direita.

Retornos

O resultado da mudança value para a direita por shiftAmount.

Implementações

Aplica-se a