menu
files_preview package
documentation
image.dart
Float16
Float16.new constructor
Float16.new constructor
dark_mode
light_mode
Float16
constructor
Float16
(
[
num
?
f
])
Implementation
Float16([num? f]) : _h = f == null ? 0 : doubleToFloat16(f);
files_preview package
documentation
image
Float16
Float16.new constructor
Float16 class