I am trying to create a custom function, how to multiply and sum two vectors in painless

vector a = [1,2,3,4,5]
vector b=[2,2,2,2,2]

result =sum(a*b)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.