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

定義

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

 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

パラメーター

value
UIntPtr

unativeint

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

shiftAmount
Int32

valueを右にシフトする量。

返品

UIntPtr

unativeint

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

実装

適用対象