Char.IShiftOperators<Char,Int32,Char>.UnsignedRightShift Operador

Definição

Desloca um valor para a direita em um determinado valor.

 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

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