Signed 64-bit integer type and operations.
Static variables
Static methods
staticcompare(a:Int64, b:Int64):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):Int64
Parse the given string value to Int64. Throws if the given string is not a valid representation of Int64.