isStrictlyPositive

Examines each element, a_i starting at 0, and determines if any element is less than or equal to 0.0.

Return

true if all are strictly positive

Parameters

array

the array to check