topical media & game development

talk show tell print

graphic-processing-learning-09-example-9-6-example-9-6.pde / pde



  // 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;
  }


(C) Æliens 20/2/2008

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.