UInt64.IShiftOperators<UInt64,Int32,UInt64>.RightShift Operator

Definition

Flyttar ett värde efter ett visst belopp.

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

Parametrar

value
UInt64

Värdet som flyttas åt höger av shiftAmount.

shiftAmount
Int32

Det belopp som value flyttas åt höger.

Returer

Resultatet av att flytta value höger efter shiftAmount.

Implementeringar

Gäller för