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

Definizione

Sposta un valore a destra in base a una determinata quantità.

 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

Parametri

value
Char

Valore spostato a destra da shiftAmount.

shiftAmount
Int32

Importo in base al quale value viene spostato a destra.

Restituisce

Risultato dello spostamento value a destra di shiftAmount.

Implementazioni

Si applica a