UInt64.IShiftOperators<UInt64,Int32,UInt64>.RightShift 運算子

定義

以指定的數量向右移值。

 static System::UInt64 System.Numerics.IShiftOperators<System.UInt64,System.Int32,System.UInt64>.operator >>(System::UInt64 value, int shiftAmount) = System::Numerics::IShiftOperators<System::UInt64, int, System::UInt64>::op_RightShift;
static ulong IShiftOperators<ulong,int,ulong>.operator >> (ulong value, int shiftAmount);
static member ( >>> ) : uint64 * int -> uint64
 Shared Operator >> (value As ULong, shiftAmount As Integer) As ULong Implements IShiftOperators(Of ULong, Integer, ULong).op_RightShift

參數

value
UInt64

shiftAmount 右移的值。

shiftAmount
Int32

向右移位的金額 value

傳回

shiftAmount 右移 value 位的結果。

實作

適用於