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

Definicja

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

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

Parametry

value
IntPtr

nativeint

Wartość przesunięta w prawo przez shiftAmountwartość .

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