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