max
Returns the larger of two half-precision float values (the value closest to positive infinity). Special values are handled in the following ways:
If either value is NaN, the result is NaN
Half.POSITIVE_ZERO is greater than Half.NEGATIVE_ZERO
Return
The larger of the two specified half-precision values
Parameters
x
The first half-precision value
y
The second half-precision value