BigIntHelper extension
- on
Properties
- asI64 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - asI128 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - asPositive → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - asU64 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - asU128 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - asU256 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toBool → bool
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toHexaDecimal → String
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toI32 → int
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toI64 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toI128 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toIntOrThrow → int
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toU8 → int
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toU32 → int
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toU64 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter - toU128 → BigInt
-
Available on BigInt, provided by the BigIntHelper extension
no setter
Methods
-
mod(
BigInt m) → BigInt -
Available on BigInt, provided by the BigIntHelper extension
-
modAdd(
BigInt other, BigInt m) → BigInt -
Available on BigInt, provided by the BigIntHelper extension
-
modSub(
BigInt other, BigInt m) → BigInt -
Available on BigInt, provided by the BigIntHelper extension
-
toBeBytes(
{int? length}) → List< int> -
Available on BigInt, provided by the BigIntHelper extension
-
toI64BeBytes(
) → List< int> -
Available on BigInt, provided by the BigIntHelper extension
-
toI64LeBytes(
) → List< int> -
Available on BigInt, provided by the BigIntHelper extension
-
toLeBytes(
{int? length}) → List< int> -
Available on BigInt, provided by the BigIntHelper extension
-
toU256BeBytes(
) → List< int> -
Available on BigInt, provided by the BigIntHelper extension
-
toU256LeBytes(
) → List< int> -
Available on BigInt, provided by the BigIntHelper extension
-
toU64BeBytes(
) → List< int> -
Available on BigInt, provided by the BigIntHelper extension
-
toU64LeBytes(
) → List< int> -
Available on BigInt, provided by the BigIntHelper extension