menu
pro_image_editor package
documentation
plugins/image/src/util/float16.dart
Float16
isNegative method
isNegative method
dark_mode
light_mode
isNegative
method
bool
isNegative
(
)
Returns true if the sign bit of h is set (negative).
Implementation
bool isNegative() => (_h & 0x8000) != 0;
pro_image_editor package
documentation
plugins/image/src/util/float16
Float16
isNegative method
Float16 class