Returns the bigger one of two Integer values
function intMax input Integer i1; input Integer i2; output Integer i; end intMax;