简单类型 / 数字 / 数学运算

int minValue = MIN(MIN(21), 3);
//minValue is 1

int maxValue = MAX(MAX(21), 3);
//maxValue is 3