int minInt (int a, int b)int minInt (int a, int b)int values. That is,
the result the argument closer to the value of
Integer.MIN_VALUE. If the arguments have the same
value, the result is that same value.| Name | Type | Description |
|---|---|---|
a | int | An argument. |
b | int | Another argument. |
| Type | Description |
|---|---|
int | The smaller of a and b. |