Char.IShiftOperators<Char,Int32,Char>.UnsignedRightShift Opérateur

Définition

Déplace une valeur à droite d’un montant donné.

 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

Paramètres

value
Char

Valeur décalée vers la droite par shiftAmount.

shiftAmount
Int32

Montant par lequel value est déplacé vers la droite.

Retours

Résultat d’un déplacement vers value la droite de shiftAmount.

Implémente

S’applique à