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

Show file Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method 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

Method 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 method

public static BigMul ( int a, int b ) : long
a int
b int
return long

Cosh() public static method

public static Cosh ( double value ) : double
value double
return double

DivRem() public static method

public static DivRem ( int a, int b, int &result ) : int
a int
b int
result int
return int

DivRem() public static method

public static DivRem ( long a, long b, long &result ) : long
a long
b long
result long
return long

Log() public static method

public static Log ( double a, double newBase ) : double
a double
newBase double
return double

Log10() public static method

public static Log10 ( double d ) : double
d double
return double

Round() public static method

public static Round ( double value, int digits ) : double
value double
digits int
return double

Sign() public static method

public static Sign ( Double a ) : int
a Double
return int

Sign() public static method

public static Sign ( Int16 a ) : int
a System.Int16
return int

Sign() public static method

public static Sign ( Int32 a ) : int
a System.Int32
return int

Sign() public static method

public static Sign ( System.Int64 a ) : int
a System.Int64
return int

Sign() public static method

public static Sign ( SByte a ) : int
a System.SByte
return int

Sign() public static method

public static Sign ( System.Single a ) : int
a System.Single
return int

Sinh() public static method

public static Sinh ( double value ) : double
value double
return double

Tanh() public static method

public static Tanh ( double value ) : double
value double
return double

Truncate() public static method

public static Truncate ( double d ) : double
d double
return double