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:
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)?
Feedback
thumb_up
Yes
thumb_down
No