W3cubDocs

/Haxe C#

Int64

package cs.system

extends ValueType

implements IComparable, IConvertible, IComparable_1<Int64>, IEquatable_1<Int64>, IFormattable

@:struct@:final@:libType@:csNative@:native("System.Int64") Available on cs

Methods

@:final @:overload CompareTo (value:Dynamic):Int

@:final @:overload CompareTo (value:Int64):Int

@:final @:overload GetTypeCode ():TypeCode

Static variables

@:readOnly static read only MaxValue:Int64

@:readOnly static read only MinValue:Int64

Static methods

@:final @:overload static Parse (s:String, provider:IFormatProvider):Int64

@:final @:overload static Parse (s:String, style:NumberStyles, provider:IFormatProvider):Int64

@:final @:overload static Parse (s:String):Int64

@:final @:overload static Parse (s:String, style:NumberStyles):Int64

@:final @:overload static TryParse (s:String, result:Out<Int64>):Bool

@:final @:overload static TryParse (s:String, style:NumberStyles, provider:IFormatProvider, result:Out<Int64>):Bool

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Int64.html