Vector128<T>.RightShift(Vector128<T>, Int32) 연산자

정의

벡터의 각 요소를 지정된 양만큼 오른쪽으로 이동(부호 있음)합니다.

public:
 static System::Runtime::Intrinsics::Vector128<T> operator >>(System::Runtime::Intrinsics::Vector128<T> value, int shiftCount);
public static System.Runtime.Intrinsics.Vector128<T> operator >> (System.Runtime.Intrinsics.Vector128<T> value, int shiftCount);
static member ( >>> ) : System.Runtime.Intrinsics.Vector128<'T> * int -> System.Runtime.Intrinsics.Vector128<'T>
Public Shared Operator >> (value As Vector128(Of T), shiftCount As Integer) As Vector128(Of T)

매개 변수

value
Vector128<T>

요소를 이동할 벡터입니다.

shiftCount
Int32

각 요소를 이동할 비트 수입니다.

반환

요소가 로 오른쪽으로 shiftCount이동한 벡터입니다.

적용 대상