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

Definição

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

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

Parâmetros de Tipo Genérico

T

O tipo dos elementos no vetor.

Parâmetros

vector
Vector256<T>

O vetor cujos elementos estão a ser verificados.

Devoluções

O índice para vector representar o último elemento que tinha todos os bits definidos; caso contrário, -1 se tal elemento não existir.

Aplica-se a