Char.IShiftOperators<Char,Int32,Char>.UnsignedRightShift Operátor

Definice

Posune hodnotu doprava o danou částku.

 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

Hodnota posunutá doprava o shiftAmount.

shiftAmount
Int32

Jedná se o částku, o kterou value se posune doprava.

Návraty

Výsledek posunu value doprava o shiftAmount.

Implementuje

Platí pro