DoubleWordStatus class Null safety
An object for helping with the "double" integer functions, double multiply, double divide and double remainder
- Implemented types
Constructors
-
DoubleWordStatus(Model<
ProgramOperation> model)
Properties
- cFlag ↔ bool
-
read / writeoverride
- gFlag ↔ bool
-
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- integerSignMode → IntegerSignMode
-
read-onlyoverride
- isFloatMode → bool
-
read-onlyoverride
- maxInt → BigInt
-
read-onlyoverride
- minInt → BigInt
-
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- signMask → BigInt
-
final
- wordMask → BigInt
-
final
- wordSize → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited