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

Inheritance: IFormattable
Afficher le fichier Open project: chrisdunelm/DotNetWebToolkit

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static CompareTo ( [ _this, Double other ) : int
_this [
other Double
Résultat int

CompareTo() public static méthode

public static CompareTo ( [ _this, object other ) : int
_this [
other object
Résultat int

Equals() public static méthode

public static Equals ( [ _this, Double other ) : bool
_this [
other Double
Résultat bool

IsInfinity() public static méthode

public static IsInfinity ( Double a ) : bool
a Double
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
Résultat string

ToString() public méthode

public ToString ( string format ) : string
format string
Résultat string