Extracts the maximum numeric value in a given Array
Max<[-54,2,0,999,69,2]>; // Result: 999Max<[-54,-2,-90,-72,-69,-202]>; // Result: -2 Copy
Max<[-54,2,0,999,69,2]>; // Result: 999Max<[-54,-2,-90,-72,-69,-202]>; // Result: -2
Extracts the maximum numeric value in a given Array