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

Definicja

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

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

Parametry

value
UIntPtr

unativeint

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

shiftAmount
Int32

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

Zwraca

UIntPtr

unativeint

Wynik przesunięcia value w prawo przez shiftAmount.

Implementuje

Dotyczy