SignedBigInt extension
This extension will provide conversion to Signed or Unsigned BigInt
- on
Methods
-
toCondSigned(
int width, {bool signed = false}) → BigInt -
Available on BigInt, provided by the SignedBigInt extension
Convert a BigInt to Signed whensigned
is true
Static Methods
-
fromSignedInt(
int value, int width, {bool signed = false}) → BigInt -
Available on BigInt, provided by the SignedBigInt extension
Construct a Signed BigInt from an int whensigned
is true