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

Definição

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

public:
generic <typename T>
 static int LastIndexOfWhereAllBitsSet(System::Runtime::Intrinsics::Vector128<T> vector);
public static int LastIndexOfWhereAllBitsSet<T>(System.Runtime.Intrinsics.Vector128<T> vector);
static member LastIndexOfWhereAllBitsSet : System.Runtime.Intrinsics.Vector128<'T> -> int
Public Function LastIndexOfWhereAllBitsSet(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 último 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