IShiftOperators<TSelf,TOther,TResult>.UnsignedRightShift 연산자

정의

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

public:
 static TResult op_UnsignedRightShift(TSelf value, TOther shiftAmount);
public static abstract TResult op_UnsignedRightShift(TSelf value, TOther shiftAmount);
static member op_UnsignedRightShift : 'Self * 'Other -> 'Result
Public Shared op_UnsignedRightShift (value As TSelf, shiftAmount As TOther) As TResult

매개 변수

value
TSelf

바로 shiftAmount이동되는 값입니다.

shiftAmount
TOther

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

반품

TResult

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

설명

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

적용 대상