View Single Post
 
Old 03-24-2007, 12:24 AM
ralph.ronnquist's Avatar
ralph.ronnquist ralph.ronnquist is offline
Senior Member
 
Join Date: Oct 2006
Posts: 297
ralph.ronnquist is on a distinguished road
Quote:
Originally Posted by Jagg
Ok, thought there is a small functionn out there for that....

Say it are five variables... how to it then?

Thanks
The following snippet can be used for any fixed number of variables:
PHP Code:
double values[] = { var1var2, .., varN };
double min ArrayMinimumvalues );