Vector256<T>.UnsignedRightShift(Vector256<T>, Int32) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 (未帶正負號) 指定數量向量的每個元素移位。
public:
static System::Runtime::Intrinsics::Vector256<T> op_UnsignedRightShift(System::Runtime::Intrinsics::Vector256<T> value, int shiftCount);
public static System.Runtime.Intrinsics.Vector256<T> op_UnsignedRightShift (System.Runtime.Intrinsics.Vector256<T> value, int shiftCount);
static member op_UnsignedRightShift : System.Runtime.Intrinsics.Vector256<'T> * int -> System.Runtime.Intrinsics.Vector256<'T>
Public Shared op_UnsignedRightShift (value As Vector256(Of T), shiftCount As Integer) As Vector256(Of T)
參數
- value
- Vector256<T>
要移位其元素的向量。
- shiftCount
- Int32
要移動每個元素的位數。
傳回
向量,其專案向右移位 shiftCount
。