NumFormat<S extends NativeType, V extends num> class
sealed
Hierarchy axis on handling, rather than storage Base sttorage type can be "inherited" by typedef with type marker Int/Fract
- Inheritance
-
- Object
- BinaryFormat<
S, V> - NumFormat
- Implementers
Properties
- binaryRange → ({int max, int min})
-
no setterinherited
- bitWidth → int
-
no setterinherited
- byteSize → int
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSigned → bool
-
no setterinherited
- range → ({int max, int min})
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signExtension → int Function(int)?
-
no setterinherited
- valueRange → ({num max, num min})
-
no setter
-
viewType
→ TypeKey<
V> -
no setterinherited
Methods
-
clampBase(
int raw) → int -
inherited
-
decode(
int raw) → V -
inherited
-
encode(
V value) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signedOf(
int raw) → int -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited