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

显示文件 Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
CompareTo ( [ _this, System.Single other ) : int
CompareTo ( [ _this, object other ) : int
Equals ( [ _this, System.Single other ) : bool
IsInfinity ( System.Single a ) : bool

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

Method Details

CompareTo() public static method

public static CompareTo ( [ _this, System.Single other ) : int
_this [
other System.Single
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, System.Single other ) : bool
_this [
other System.Single
return bool

IsInfinity() public static method

public static IsInfinity ( System.Single a ) : bool
a System.Single
return bool