Branch Multiplication

I’m trying to multiply each number in a branch incrementally. I believe there has to be a dynamic approach I’m missing.

I have 3 to 4 events that happen in a single day over a week. Right now, the instance relate to the minute of the day. As an example, 1am would be 60, 2am would be 120.

I’m having trouble converting the 2nd, 3rd, X-day values to total minutes from minute zero from day zero. I can manually add 1440minues(1 day) for each successive day, but it seems crude.


branch_mult.gh (8.1 KB)

Is this what you are after?


branch_mult_re.gh (11.5 KB)

1 Like


This solution was perfect! I didn’t know about tree statistics!
Thanks!