If I have an array of values and I want to find the smallest value of
all these values which is also greater than 1.0 how would I code that?
In the event that no values were greater than 1.0 I would want to
default to the last one.
Any and all help is greatly appreciated. Thanks.
Andrew
|