Float16.fromBits constructor

Float16.fromBits(
  1. int bits
)

Implementation

Float16.fromBits(int bits) : _h = bits;