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

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

공개 메소드들

메소드 설명
CompareTo ( [ _this, System.Single other ) : int
CompareTo ( [ _this, object other ) : int
Equals ( [ _this, System.Single other ) : bool
IsInfinity ( System.Single a ) : bool

비공개 메소드들

메소드 설명
Equals ( Ctx ctx ) : Stmt
Equals ( object obj ) : bool
GetHashCode ( Ctx ctx ) : Stmt
IsNaN ( ICall call ) : Expr
IsNegativeInfinity ( ICall call ) : Expr
IsPositiveInfinity ( ICall call ) : Expr

메소드 상세

CompareTo() 공개 정적인 메소드

public static CompareTo ( [ _this, System.Single other ) : int
_this [
other System.Single
리턴 int

CompareTo() 공개 정적인 메소드

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

Equals() 공개 정적인 메소드

public static Equals ( [ _this, System.Single other ) : bool
_this [
other System.Single
리턴 bool

IsInfinity() 공개 정적인 메소드

public static IsInfinity ( System.Single a ) : bool
a System.Single
리턴 bool