Int16.IShiftOperators<Int16,Int32,Int16>.RightShift Betreiber

Definition

Verschiebt einen Wert um einen bestimmten Betrag nach rechts.

 static short System.Numerics.IShiftOperators<System.Int16,System.Int32,System.Int16>.operator >>(short value, int shiftAmount) = System::Numerics::IShiftOperators<short, int, short>::op_RightShift;
static short IShiftOperators<short,int,short>.operator >> (short value, int shiftAmount);
static member ( >>> ) : int16 * int -> int16
 Shared Operator >> (value As Short, shiftAmount As Integer) As Short Implements IShiftOperators(Of Short, Integer, Short).op_RightShift

Parameter

value
Int16

Der Wert, der von shiftAmountnach rechts verschoben wird.

shiftAmount
Int32

Der Betrag, um den nach value rechts verschoben wird.

Gibt zurück

Das Ergebnis der Verschiebung value nach rechts um shiftAmount.

Implementiert

Gilt für: