Vector4.CountWhereAllBitsSet(Vector4) Metoda

Definice

Určuje počet prvků ve vektoru, které mají všechny jejich bity nastaveny.

public:
 static int CountWhereAllBitsSet(System::Numerics::Vector4 vector);
public static int CountWhereAllBitsSet(System.Numerics.Vector4 vector);
static member CountWhereAllBitsSet : System.Numerics.Vector4 -> int
Public Shared Function CountWhereAllBitsSet (vector As Vector4) As Integer

Parametry

vector
Vector4

Vektor, jehož prvky jsou kontrolovány.

Návraty

Počet prvků, ve vector kterých jsou všechny jejich bity nastavené.

Platí pro