Vector.CountWhereAllBitsSet<T>(Vector<T>) Metoda

Definicja

Określa liczbę elementów w wektorze, które mają wszystkie zestawy bitów.

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

Parametry typu

T

Typ elementów w wektorze.

Parametry

vector
Vector<T>

Wektor, którego elementy są sprawdzane.

Zwraca

Liczba elementów, w vector których ustawiono wszystkie ich bity.

Dotyczy