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