Vector256.IsOddInteger<T>(Vector256<T>) 方法

定義

決定向量中哪些元素為奇積分值。

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 應元素是否為奇整數值。

適用於