UInt128.RightShift(UInt128, Int32) 연산자

정의

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

public:
 static UInt128 operator >>(UInt128 value, int shiftAmount) = System::Numerics::IShiftOperators<UInt128, int, UInt128>::op_RightShift;
public static UInt128 operator >> (UInt128 value, int shiftAmount);
static member ( >>> ) : UInt128 * int -> UInt128
Public Shared Operator >> (value As UInt128, shiftAmount As Integer) As UInt128

매개 변수

value
UInt128

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

shiftAmount
Int32

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

반환

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

구현

설명

이 작업은 서명된 형식에 대해 부호 있는(산술이라고도 함) 오른쪽 시프트를 수행하기 위한 것입니다.

적용 대상