Class Vector512Helper
Vector512 Helper.
public static class Vector512Helper
- Inheritance
-
Vector512Helper
- Inherited Members
Methods
- LastIndexOfWhereAllBitsSet<T>(Vector512<T>)
Determines the index of the last element in a vector that has all bits set.
- LastIndexOf<T>(Vector512<T>, T)
Determines the index of the last element in a vector that is equal to a given value.