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

Definição

Determina se algum elemento de um vetor tem todos os bits definidos.

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

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

true se algum elemento tiver vector todos os bits definidos; caso contrário, false.

Exceções

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

Aplica-se a