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

정의

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

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

매개 변수

value
Vector<T>

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

shiftCount
Int32

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

반환

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

적용 대상