Vector3.CountWhereAllBitsSet(Vector3) Metoda

Definice

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

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

Parametry

vector
Vector3

Vektor, jehož prvky jsou kontrolovány.

Návraty

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

Platí pro