Int64.IShiftOperators<Int64,Int32,Int64>.RightShift Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Flyttar ett värde efter ett visst belopp.
static long System.Numerics.IShiftOperators<System.Int64,System.Int32,System.Int64>.operator >>(long value, int shiftAmount) = System::Numerics::IShiftOperators<long, int, long>::op_RightShift;
static long IShiftOperators<long,int,long>.operator >>(long value, int shiftAmount);
static member ( >>> ) : int64 * int -> int64
Shared Operator >> (value As Long, shiftAmount As Integer) As Long Implements IShiftOperators(Of Long, Integer, Long).op_RightShift
Parametrar
- value
- Int64
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.