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

Definicja

Przesuwa wartość w prawo o daną kwotę.

 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

Parametry

value
Char

Wartość przesunięta w prawo przez shiftAmountwartość .

shiftAmount
Int32

Kwota, o którą value jest przesunięta w prawo.

Zwraca

Wynik przesunięcia value w prawo przez shiftAmount.

Implementuje

Dotyczy