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