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

定義

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

 static long System.Numerics.IShiftOperators<System.Int64,System.Int32,System.Int64>.op_UnsignedRightShift(long value, int shiftAmount) = System::Numerics::IShiftOperators<long, int, long>::op_UnsignedRightShift;
static long IShiftOperators<long,int,long>.op_UnsignedRightShift (long value, int shiftAmount);
static member System.Numerics.IShiftOperators<System.Int64,System.Int32,System.Int64>.op_UnsignedRightShift : int64 * int -> int64
 Shared op_UnsignedRightShift (value As Long, shiftAmount As Integer) As Long Implements IShiftOperators(Of Long, Integer, Long).op_UnsignedRightShift

パラメーター

value
Int64

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

shiftAmount
Int32

右にシフトされる量 value

戻り値

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

実装

適用対象