Available on all platforms
Helper for parsing to Int64 instances.
Int64
staticfromFloat(f:Float):Int64
Create Int64 from given float.
staticparseString(sParam:String):Int64
Create Int64 from given string.
statictoFloat(x:Int64):Float
Converts an Int64 to a Float.
Float
Loss of precision may occur for values whose magnitude exceeds 2^53.