menu
pro_image_editor package
documentation
plugins/image/src/util/float16.dart
Float16
negInf static method
negInf static method
dark_mode
light_mode
negInf
static method
Float16
negInf
(
)
Returns -infinity.
Implementation
static Float16 negInf() => Float16.fromBits(0xfc00);
pro_image_editor package
documentation
plugins/image/src/util/float16
Float16
negInf static method
Float16 class