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

Definition

Verschiebt einen Wert um einen bestimmten Betrag nach rechts.

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

Parameter

value
UInt64

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: