UInt16.IShiftOperators<UInt16,Int32,UInt16>.RightShift Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Desloca um valor para a direita numa determinada quantia.
static System::UInt16 System.Numerics.IShiftOperators<System.UInt16,System.Int32,System.UInt16>.operator >>(System::UInt16 value, int shiftAmount) = System::Numerics::IShiftOperators<System::UInt16, int, System::UInt16>::op_RightShift;
static ushort IShiftOperators<ushort,int,ushort>.operator >>(ushort value, int shiftAmount);
static member ( >>> ) : uint16 * int -> uint16
Shared Operator >> (value As UShort, shiftAmount As Integer) As UShort Implements IShiftOperators(Of UShort, Integer, UShort).op_RightShift
Parâmetros
- value
- UInt16
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.