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