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

定義

指定した量で値を右にシフトします。

 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

パラメーター

value
IntPtr

nativeint

shiftAmountで右にシフトされる値。

shiftAmount
Int32

valueを右にシフトする量。

返品

IntPtr

nativeint

valueで右shiftAmountシフトした結果。

実装

適用対象