Vector256.IsOddInteger<T>(Vector256<T>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定向量中哪些元素為奇積分值。
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector256<T> IsOddInteger(System::Runtime::Intrinsics::Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector256<T> IsOddInteger<T>(System.Runtime.Intrinsics.Vector256<T> vector);
static member IsOddInteger : System.Runtime.Intrinsics.Vector256<'T> -> System.Runtime.Intrinsics.Vector256<'T>
Public Function IsOddInteger(Of T) (vector As Vector256(Of T)) As Vector256(Of T)
類型參數
- T
向量中專案的型別。
參數
- vector
- Vector256<T>
要檢查的向量。
傳回
一個向量,其元素全為位元集合或零,取決於對 vector 應元素是否為奇整數值。