Many times I like to keep my memory footprint small by using "right-size" data representations for my arrays. Unfortunately, in the event I need to sum the array elements using the 'Add Array Elements' I am stuck in rollover city. I can then blow up the data to a larger size or write out the sum (or product) longhand.
I would prefer an output configuration to let me specify the representation of the array sum or product:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.