
	sum(vector: Array): Number
	
		Returns the sum of all the elements in a numeric array.
		
			vector array which the elements will be analyzed
		
	
