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