Vector256.LastIndexOfWhereAllBitsSet<T>(Vector256<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Type Parameters
- T
Parameters
- vector
- Vector256<T>
Returns
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.