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

Definicja

Przesuwa wartość w prawo o daną kwotę.

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

Parametry

value
IntPtr

nativeint

Wartość przesunięta w prawo przez shiftAmount.

shiftAmount
Int32

Kwota, o którą value jest przesunięta w prawo.

Zwraca

IntPtr

nativeint

Wynik przesunięcia value w prawo przez shiftAmount.

Implementuje

Dotyczy