W3cubDocs

/Haxe C#

Double

package cs.system

extends ValueType

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

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

Methods

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

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

@:final @:overload GetTypeCode ():TypeCode

Static variables

@:readOnly static read only Epsilon:Float

@:readOnly static read only MaxValue:Float

@:readOnly static read only MinValue:Float

@:readOnly static read only NaN:Float

@:readOnly static read only NegativeInfinity:Float

@:readOnly static read only PositiveInfinity:Float

Static methods

@:final @:overload static IsInfinity (d:Float):Bool

@:final @:overload static IsNaN (d:Float):Bool

@:final @:overload static IsNegativeInfinity (d:Float):Bool

@:final @:overload static IsPositiveInfinity (d:Float):Bool

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

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

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

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

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

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

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