Int64.IShiftOperators<Int64,Int32,Int64>.UnsignedRightShift Betreiber

Definition

Verschiebt einen Wert um einen bestimmten Betrag nach rechts.

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

Parameter

value
Int64

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: