NumStatus class Null safety

A bit of interface segregation: A reduced API of just the stuff int operations need from the model. This comes in handy for the double operations, and for dealing with the I register. I is always 68 bits long, regardless of the calculator's current word size.

Implementers

Constructors

NumStatus()

Properties

cFlag bool
read / write
gFlag bool
read / write
hashCode int
The hash code for this object.
read-onlyinherited
integerSignMode IntegerSignMode
read-only
isFloatMode bool
read-only
maxInt BigInt
read-only
minInt BigInt
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
signMask BigInt
read-only
wordMask BigInt
read-only
wordSize int
read-only

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