다음을 통해 공유


Int128.UnsignedRightShift(Int128, Int32) 연산자

정의

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

public:
 static Int128 op_UnsignedRightShift(Int128 value, int shiftAmount) = System::Numerics::IShiftOperators<Int128, int, Int128>::op_UnsignedRightShift;
public static Int128 op_UnsignedRightShift (Int128 value, int shiftAmount);
static member op_UnsignedRightShift : Int128 * int -> Int128
Public Shared op_UnsignedRightShift (value As Int128, shiftAmount As Integer) As Int128

매개 변수

value
Int128

shiftAmount오른쪽으로 이동하는 값입니다.

shiftAmount
Int32

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

반환

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

구현

설명

이 작업은 모든 형식에 대해 n 개의 부호 없는(논리라고도 함) 오른쪽 시프트를 수행하기 위한 것입니다.

적용 대상