Int64.IShiftOperators<Int64,Int32,Int64>.RightShift 연산자

정의

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

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

매개 변수

value
Int64

에 의해 shiftAmount오른쪽으로 이동되는 값입니다.

shiftAmount
Int32

오른쪽으로 이동되는 value 양입니다.

반환

로 오른쪽으로 shiftAmount이동한 value 결과입니다.

구현

적용 대상