long maxLong (long a, long b)
long maxLong (long a, long b)
long
values. That is, the
result is the argument closer to the value of
Long.MAX_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 larger of a and b . |