package cs.system
extends ValueType
implements IComparable_1<Float>, IEquatable_1<Float>, IComparable, IConvertible, IFormattable
Available on csCompareTo (value:Dynamic):IntCompareTo (value:Float):IntGetTypeCode ():TypeCodestatic read only Epsilon:Floatstatic read only MaxValue:Floatstatic read only MinValue:Floatstatic read only NaN:Floatstatic read only NegativeInfinity:Floatstatic read only PositiveInfinity:Floatstatic IsInfinity (d:Float):Boolstatic IsNaN (d:Float):Boolstatic IsNegativeInfinity (d:Float):Boolstatic IsPositiveInfinity (d:Float):Boolstatic Parse (s:String):Floatstatic Parse (s:String, style:NumberStyles, provider:IFormatProvider):Floatstatic Parse (s:String, style:NumberStyles):Floatstatic Parse (s:String, provider:IFormatProvider):Floatstatic TryParse (s:String, style:NumberStyles, provider:IFormatProvider, result:Out<Float>):Boolstatic TryParse (s:String, result:Out<Float>):Bool
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/Double.html