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

정의

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

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

매개 변수

value
Vector256<T>

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

shiftCount
Int32

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

반환

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

적용 대상