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

Afficher le fichier Open project: chrisdunelm/DotNetWebToolkit

Méthodes publiques

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

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

Method Details

CompareTo() public static méthode

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

IsInfinity() public static méthode

public static IsInfinity ( System.Single a ) : bool
a System.Single
Résultat bool