BigInteger.UnsignedRightShift(BigInteger, Int32) 연산자

정의

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

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

매개 변수

value
BigInteger

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

shiftAmount
Int32

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

반환

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

구현

설명

이 작업은 모든 형식에서 부호 없는(논리라고도 함) 오른쪽 시프트를 수행합니다.

적용 대상