menu
yjy_flutter_printer_plus package
documentation
flutter_printer_plus.dart
Half
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;
yjy_flutter_printer_plus package
documentation
flutter_printer_plus
Half
isNegative method
Half class