UInt64.IShiftOperators<UInt64,Int32,UInt64>.UnsignedRightShift 연산자

정의

값을 지정된 양만큼 오른쪽으로 이동합니다.

 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 결과입니다.

구현

적용 대상