Vector64<T>.UnsignedRightShift(Vector64<T>, Int32) 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 양만큼 벡터의 각 요소를 오른쪽으로 이동(서명되지 않음)합니다.
public:
static System::Runtime::Intrinsics::Vector64<T> op_UnsignedRightShift(System::Runtime::Intrinsics::Vector64<T> value, int shiftCount);
public static System.Runtime.Intrinsics.Vector64<T> op_UnsignedRightShift (System.Runtime.Intrinsics.Vector64<T> value, int shiftCount);
static member op_UnsignedRightShift : System.Runtime.Intrinsics.Vector64<'T> * int -> System.Runtime.Intrinsics.Vector64<'T>
Public Shared op_UnsignedRightShift (value As Vector64(Of T), shiftCount As Integer) As Vector64(Of T)
매개 변수
- value
- Vector64<T>
요소를 이동할 벡터입니다.
- shiftCount
- Int32
각 요소를 이동할 비트 수입니다.
반환
요소가 로 오른쪽으로 shiftCount
이동한 벡터입니다.