Byte.IShiftOperators<Byte,Int32,Byte>.UnsignedRightShift Operador

Definição

Desloca um valor para a direita numa determinada quantia.

 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

Parâmetros

value
Byte

O valor que é deslocado diretamente por shiftAmount.

shiftAmount
Int32

A quantidade que value se desloca para a direita.

Devoluções

O resultado de se deslocar value exatamente por shiftAmount.

Implementações

Aplica-se a