Helper for parsing to Int64 instances.

Static methods

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.

Loss of precision may occur for values whose magnitude exceeds 2^53.