Ejemplo n.º 1
0
 public int IndexOf(Func <Vector <T>, bool> vPredicate, Func <T, bool> predicate)
 {
     return(SimdOps <T> .IndexOf(InternalArray, vPredicate.ToStruct(), predicate.ToStruct()));
 }
Ejemplo n.º 2
0
 public int IndexOf(T value)
 {
     return(SimdOps <T> .IndexOf(InternalArray, value));
 }