package cs.system
extends ValueType
implements IComparable_1<Float>, IEquatable_1<Float>, IComparable, IConvertible, IFormattable
Available on csCompareTo (value:Dynamic):Int
CompareTo (value:Float):Int
GetTypeCode ():TypeCode
static read only Epsilon:Float
static read only MaxValue:Float
static read only MinValue:Float
static read only NaN:Float
static read only NegativeInfinity:Float
static read only PositiveInfinity:Float
static IsInfinity (d:Float):Bool
static IsNaN (d:Float):Bool
static IsNegativeInfinity (d:Float):Bool
static IsPositiveInfinity (d:Float):Bool
static Parse (s:String):Float
static Parse (s:String, style:NumberStyles, provider:IFormatProvider):Float
static Parse (s:String, style:NumberStyles):Float
static Parse (s:String, provider:IFormatProvider):Float
static TryParse (s:String, style:NumberStyles, provider:IFormatProvider, result:Out<Float>):Bool
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