BitUtility class
Constructors
Properties
- fixWarnings ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isPowerOf2(
int x) → bool -
rotateRight(
int value, int shift) → int
Constants
-
BITSCALE_3_TO_8
→ const List<
int> -
BITSCALE_4_TO_8
→ const List<
int> -
BITSCALE_5_TO_8
→ const List<
int> -
BITSCALE_8_TO_3_CEIL
→ const List<
int> -
BITSCALE_8_TO_3_FLOOR
→ const List<
int> -
BITSCALE_8_TO_4_CEIL
→ const List<
int> -
BITSCALE_8_TO_4_FLOOR
→ const List<
int> -
BITSCALE_8_TO_5_CEIL
→ const List<
int> -
BITSCALE_8_TO_5_FLOOR
→ const List<
int>