Vector.CountWhereAllBitsSet<T>(Vector<T>) メソッド

定義

すべてのビットが設定されているベクター内の要素の数を決定します。

public:
generic <typename T>
 static int CountWhereAllBitsSet(System::Numerics::Vector<T> vector);
public static int CountWhereAllBitsSet<T>(System.Numerics.Vector<T> vector);
static member CountWhereAllBitsSet : System.Numerics.Vector<'T> -> int
Public Function CountWhereAllBitsSet(Of T) (vector As Vector(Of T)) As Integer

型パラメーター

T

ベクター内の要素の型。

パラメーター

vector
Vector<T>

要素がチェックされているベクター。

返品

すべてのビットが設定されている vector 内の要素の数。

適用対象