Minimum value from list of numbers

$sum = $NumberArray | Measure-Object -Minimum 
$sum.Minimum
Details
Example