C# 클래스 DotNetWebToolkit.Cil2Js.JsResolvers.Classes._Double

상속: IFormattable
파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CompareTo() 공개 정적인 메소드

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

CompareTo() 공개 정적인 메소드

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

Equals() 공개 정적인 메소드

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

IsInfinity() 공개 정적인 메소드

public static IsInfinity ( Double a ) : bool
a Double
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
리턴 string

ToString() 공개 메소드

public ToString ( string format ) : string
format string
리턴 string