C# Class DotNetWebToolkit.Cil2Js.JsResolvers.Classes._Double

Inheritance: IFormattable
Show file Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
CompareTo ( [ _this, Double other ) : int
CompareTo ( [ _this, object other ) : int
Equals ( [ _this, Double other ) : bool
IsInfinity ( Double a ) : bool
ToString ( ) : string
ToString ( IFormatProvider provider ) : string
ToString ( string format ) : string

Private Methods

Method Description
Equals ( Ctx ctx ) : Stmt
Equals ( object obj ) : bool
GetHashCode ( Ctx ctx ) : Stmt
IsNaN ( ICall call ) : Expr
IsNegativeInfinity ( ICall call ) : Expr
IsPositiveInfinity ( ICall call ) : Expr
ToString ( Ctx ctx ) : Stmt
ToString ( string format, IFormatProvider formatProvider ) : string

Method Details

CompareTo() public static method

public static CompareTo ( [ _this, Double other ) : int
_this [
other Double
return int

CompareTo() public static method

public static CompareTo ( [ _this, object other ) : int
_this [
other object
return int

Equals() public static method

public static Equals ( [ _this, Double other ) : bool
_this [
other Double
return bool

IsInfinity() public static method

public static IsInfinity ( Double a ) : bool
a Double
return bool

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
return string

ToString() public method

public ToString ( string format ) : string
format string
return string