menu
zxing_lib package
documentation
qrcode.dart
MatrixUtil
findMSBSet static method
findMSBSet static method
dark_mode
light_mode
findMSBSet
static method
int
findMSBSet
(
int
value
)
Implementation
static int findMSBSet(int value) { return 32 - MathUtils.numberOfLeadingZeros(value); }
zxing_lib package
documentation
qrcode
MatrixUtil
findMSBSet static method
MatrixUtil class