BigIntConstants class final

Provides useful constants for the BigInt type

Constructors

BigIntConstants()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

billion BigInt
Represents one billion (1,000,000,000)
final
byte BigInt
Represents 2^8 (256), a byte.
final
doubleWord BigInt
Represents 2^32, a double word.
final
dozen BigInt
Represents a dozen (12)
final
eight BigInt
Represents eight (8)
final
exabyte BigInt
Represents 2^60, an exabyte (EiB)
final
five BigInt
Represents five (5)
final
four BigInt
Represents four (4)
final
gigabyte BigInt
Represents 2^30 (1,073,741,824), a gigabyte (GiB)
final
googol BigInt
Represents one googol (10^100)
final
hundred BigInt
Represents one hundred (100)
final
kilobyte BigInt
Represents 2^10 (1024), a kilobyte (KiB)
final
megabyte BigInt
Represents 2^20 (1,048,576), a megabyte (MiB)
final
million BigInt
Represents one million (1,000,000)
final
nine BigInt
Represents nine (9)
final
nonillion BigInt
Represents one nonillion (1,000,000,000,000,000,000,000,000,000,000)
final
octillion BigInt
Represents one octillion (1,000,000,000,000,000,000,000,000,000)
final
petabyte BigInt
Represents 2^50, a petabyte (PiB)
final
quadrillion BigInt
Represents one quadrillion (1,000,000,000,000,000)
final
quadWord BigInt
Represents 2^64, a quad word.
final
quintillion BigInt
Represents one quintillion (1,000,000,000,000,000,000)
final
septillion BigInt
Represents one septillion (1,000,000,000,000,000,000,000,000)
final
seven BigInt
Represents seven (7)
final
sextillion BigInt
Represents one sextillion (1,000,000,000,000,000,000,000)
final
six BigInt
Represents six (6)
final
ten BigInt
Represents ten (10)
final
terabyte BigInt
Represents 2^40, a terabyte (TiB)
final
thousand BigInt
Represents one thousand (1,000)
final
three BigInt
Represents three (3)
final
trillion BigInt
Represents one trillion (1,000,000,000,000)
final
twelve BigInt
Represents twelve (12)
final
two BigInt
Represents two (2)
final
word BigInt
Represents 2^16 (65536), a word.
final
yottabyte BigInt
Represents 2^80, a yottabyte (YiB)
final
zettabyte BigInt
Represents 2^70, a zettabyte (ZiB)
final