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

傳回

向右 shiftAmountvalue 轉的結果。

實作

適用於