Class Vector256Helper
Vector256 Helper.
public static class Vector256Helper
- Inheritance
-
Vector256Helper
- Inherited Members
Methods
- EqualsAll<T>(Vector256<T>, Vector256<T>)
Compares two vectors to determine if all elements are equal.
- EqualsAny<T>(Vector256<T>, Vector256<T>)
Compares two vectors to determine if any elements are equal.
- Equals<T>(Vector256<T>, Vector256<T>)
Compares two vectors to determine if they are equal on a per-element basis.
- ExtractMostSignificantBits<T>(Vector256<T>)
Extracts the most significant bit from each element in a vector.
- LastIndexOfWhereAllBitsSet<T>(Vector256<T>)
Determines the index of the last element in a vector that has all bits set.
- LastIndexOf<T>(Vector256<T>, T)
Determines the index of the last element in a vector that is equal to a given value.