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

Afficher le fichier Open project: chrisdunelm/DotNetWebToolkit

Méthodes publiques

Méthode Description
BigMul ( int a, int b ) : long
Cosh ( double value ) : double
DivRem ( int a, int b, int &result ) : int
DivRem ( long a, long b, long &result ) : long
Log ( double a, double newBase ) : double
Log10 ( double d ) : double
Round ( double value, int digits ) : double
Sign ( Double a ) : int
Sign ( Int16 a ) : int
Sign ( Int32 a ) : int
Sign ( System.Int64 a ) : int
Sign ( SByte a ) : int
Sign ( System.Single a ) : int
Sinh ( double value ) : double
Tanh ( double value ) : double
Truncate ( double d ) : double

Private Methods

Méthode Description
Abs ( ICall call ) : Expr
Abs ( Ctx ctx ) : Stmt
Acos ( ICall call ) : Expr
Asin ( ICall call ) : Expr
Atan ( ICall call ) : Expr
Atan2 ( Ctx ctx ) : Stmt
Ceiling ( Ctx ctx ) : Stmt
Cos ( Ctx ctx ) : Stmt
Exp ( ICall call ) : Expr
Floor ( Ctx ctx ) : Stmt
Log ( ICall call ) : Expr
Max ( ICall call ) : Expr
Min ( ICall call ) : Expr
Pow ( ICall call ) : Expr
Round ( ICall call ) : Expr
Sin ( Ctx ctx ) : Stmt
Sqrt ( ICall call ) : Expr
Tan ( Ctx ctx ) : Stmt

Method Details

BigMul() public static méthode

public static BigMul ( int a, int b ) : long
a int
b int
Résultat long

Cosh() public static méthode

public static Cosh ( double value ) : double
value double
Résultat double

DivRem() public static méthode

public static DivRem ( int a, int b, int &result ) : int
a int
b int
result int
Résultat int

DivRem() public static méthode

public static DivRem ( long a, long b, long &result ) : long
a long
b long
result long
Résultat long

Log() public static méthode

public static Log ( double a, double newBase ) : double
a double
newBase double
Résultat double

Log10() public static méthode

public static Log10 ( double d ) : double
d double
Résultat double

Round() public static méthode

public static Round ( double value, int digits ) : double
value double
digits int
Résultat double

Sign() public static méthode

public static Sign ( Double a ) : int
a Double
Résultat int

Sign() public static méthode

public static Sign ( Int16 a ) : int
a System.Int16
Résultat int

Sign() public static méthode

public static Sign ( Int32 a ) : int
a System.Int32
Résultat int

Sign() public static méthode

public static Sign ( System.Int64 a ) : int
a System.Int64
Résultat int

Sign() public static méthode

public static Sign ( SByte a ) : int
a System.SByte
Résultat int

Sign() public static méthode

public static Sign ( System.Single a ) : int
a System.Single
Résultat int

Sinh() public static méthode

public static Sinh ( double value ) : double
value double
Résultat double

Tanh() public static méthode

public static Tanh ( double value ) : double
value double
Résultat double

Truncate() public static méthode

public static Truncate ( double d ) : double
d double
Résultat double