// Learning Processing// Daniel Shiffman// http://www.learningprocessing.com// Example 9-6: An array operation
for (int i = 0; i < 1000; i ++ ) {
values[i] = values[i] * 2;
}
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.