What is the easiest way to do 'sum' of vector i.e. Vector (10,45,34,45)?

What is the easiest way to do 'sum' of vector i.e. Vector (10,45,34,45)?

book

Article ID: KB0088578

calendar_today

Updated On:

Products Versions
TIBCO MessageBroker -
Not Applicable -

Description

Resolution:
Just pass this vector to function ‘sum’:

Sum(Vector(10,45,34,45))
It will give the result 134!

Issue/Introduction

What is the easiest way to do 'sum' of vector i.e. Vector (10,45,34,45)?