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

Définition

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

 static System::Byte System.Numerics.IShiftOperators<System.Byte,System.Int32,System.Byte>.op_UnsignedRightShift(System::Byte value, int shiftAmount) = System::Numerics::IShiftOperators<System::Byte, int, System::Byte>::op_UnsignedRightShift;
static byte IShiftOperators<byte,int,byte>.op_UnsignedRightShift (byte value, int shiftAmount);
static member System.Numerics.IShiftOperators<System.Byte,System.Int32,System.Byte>.op_UnsignedRightShift : byte * int -> byte
 Shared op_UnsignedRightShift (value As Byte, shiftAmount As Integer) As Byte Implements IShiftOperators(Of Byte, Integer, Byte).op_UnsignedRightShift

Paramètres

value
Byte

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 à