Double

Double

package cs-system

extends ValueType

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

Available on cs

Methods

CompareTo (value:Dynamic):Int

CompareTo (value:Float):Int

GetTypeCode ():TypeCode

Static variables

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 methods

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/Double.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部