Question: How to multiply all elements of a vector

For a vector of floats like this:

v := < 4,3,2>;

How do I get the 24 (=4*3*2)?

Thanks.

Please Wait...