Hey guys,

Can I do this to find the lowest value in an array greater than zero?

Code:
 Dim findLowest() As Integer = {right, left, backRight, backLeft}
                Dim theMove As Integer = findLowest.Min > 0
Can't seem to find it on MSDN.

Thanks.