LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

manipulate 2-D arrays

I need to add several 512 by 512 arrays and do arithmetic manipulations on them(multiply, divided, etc).  these arrays are 16 bit unsigned short and I am afraid that some of the entries will overflow as I add on more arrays, how do I get around this problem?
 
Can a computer learn how to program?
0 Kudos
Message 1 of 2
(2,347 Views)
You could convert them to DBL at the beginning, using the conversion bullet.
 
(For division the output will be DBL anyway)

Message Edited by altenbach on 12-16-2005 09:39 AM

0 Kudos
Message 2 of 2
(2,346 Views)