Returns the smaller one of two Integer values
function intMin input Integer i1; input Integer i2; output Integer i; end intMin;