07-07-2008 05:00 PM - edited 07-07-2008 05:00 PM
07-07-2008 05:12 PM
07-07-2008 05:12 PM
07-07-2008 06:04 PM
07-07-2008 06:08 PM - edited 07-07-2008 06:12 PM
pd2 wrote:
What you guys are saying works fine when the data type is an integer. It does not work when the data type is fixed point. When I try to do it with fixed point data, it changes to all zeros.
As for why I am generating a constant array, it is because sometimes it can take a long time to compute something, but you need the values quickly at runtime. So I am computing a lot of values ahead of time and then pulling the correct value from the array at runtime so that it will be fast.
07-07-2008 06:18 PM
07-07-2008 06:23 PM
07-07-2008 06:24 PM
07-07-2008 06:26 PM
07-07-2008 06:29 PM