Half.fromBits constructor

Half.fromBits(
  1. int bits
)

Implementation

Half.fromBits(int bits) : _h = bits {
  if (_toFloatFloat32 == null) {
    _initialize();
  }
}