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