UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.RightShift Operátor

Definice

Posune hodnotu doprava o danou částku.

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

Parametry

value
UIntPtr

unativeint

Hodnota posunutá doprava o shiftAmount.

shiftAmount
Int32

Jedná se o částku, o kterou value se posune doprava.

Návraty

UIntPtr

unativeint

Výsledek posunu value doprava o shiftAmount.

Implementuje

Platí pro