Matching hits from 2 sifted spreads

Hi,
Disclaimer: I have had a quick search and couldn’t find an easy answer so sorry if this is noob - it’s late and haven’t picked up vvvv in a while…

I’m sifting 2 spreads of values with an epsilon and getting 2 spreads of booleans out - all I need is the index(s) where a hit occurs in both spreads.

Patch attached.
Thanks,
Wu

MatchingHitsFromSifts.v4p (9.5 kB)

Does this help? https://vvvv.org/documentation/westtricks#get-your-values-back-after-a-boolean-operation.

AND(Boolean) and another Sift

MatchingHitsFromSifts_2.v4p (11.5 kB)

Cool. Thanks Guys.