UInt64.IShiftOperators<UInt64,Int32,UInt64>.UnsignedRightShift 操作员   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值右移给定量。
 static System::UInt64 System.Numerics.IShiftOperators<System.UInt64,System.Int32,System.UInt64>.op_UnsignedRightShift(System::UInt64 value, int shiftAmount) = System::Numerics::IShiftOperators<System::UInt64, int, System::UInt64>::op_UnsignedRightShift;
	static ulong IShiftOperators<ulong,int,ulong>.op_UnsignedRightShift(ulong value, int shiftAmount);
	static member System.Numerics.IShiftOperators<System.UInt64,System.Int32,System.UInt64>.op_UnsignedRightShift : uint64 * int -> uint64
	 Shared op_UnsignedRightShift (value As ULong, shiftAmount As Integer) As ULong Implements IShiftOperators(Of ULong, Integer, ULong).op_UnsignedRightShift
	参数
- value
 - UInt64
 
由 shiftAmount向右移动的值。
- shiftAmount
 - Int32
 
向右移动的 value 量。
返回
向shiftAmount右移动value的结果。