UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.UnsignedRightShift 演算子

定義

値を特定の量だけ右にシフトします。

 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

パラメーター

value
UIntPtr

unativeint

によって shiftAmount右にシフトされる値。

shiftAmount
Int32

右にシフトされる量 value

戻り値

UIntPtr

unativeint

で右にシフトしたvalueshiftAmount結果。

実装

適用対象