fromBits

fun fromBits(bits: Int): Half

Returns a Half with the raw bit pattern bits (low 16 bits used).

Return

a Half with the given bit pattern

Parameters

bits

the raw 16-bit representation as an Int