Unsigned 64-bit integer type and operations.
Static variables
Static methods
staticcompare(a:UInt64, b:UInt64):Int
Compare given values.
Returns 0
if the values are equal.
Returns negative integer if a
is lesser than b
.
Returns positive integer if a
is greater than b
.
staticofString(s:String):UInt64
Parse the given string value to an unsigned integer. <<<<<<< HEAD
=======
development
Throws if the given string is not a valid representation of an unsigned integer.