Vector128.IndexOfWhereAllBitsSet<T>(Vector128<T>) Método

Definição

Determina o índice do primeiro elemento em um vetor que tem todos os bits definidos.

public:
generic <typename T>
 static int IndexOfWhereAllBitsSet(System::Runtime::Intrinsics::Vector128<T> vector);
public static int IndexOfWhereAllBitsSet<T>(System.Runtime.Intrinsics.Vector128<T> vector);
static member IndexOfWhereAllBitsSet : System.Runtime.Intrinsics.Vector128<'T> -> int
Public Function IndexOfWhereAllBitsSet(Of T) (vector As Vector128(Of T)) As Integer

Parâmetros de tipo

T

O tipo dos elementos no vetor.

Parâmetros

vector
Vector128<T>

O vetor cujos elementos estão sendo verificados.

Retornos

O índice para vector representar o primeiro elemento que tinha todos os bits definidos; caso contrário, -1 se nenhum elemento desse tipo existir.

Exceções

O tipo de vector (T) não tem suporte.

Aplica-se a