C# Class Apex.System.Math

Datei anzeigen Open project: jayonsoftware/apexsharp

Public Methods

Method Description
Math ( )
abs ( decimal x ) : decimal
abs ( double x ) : double
abs ( int x ) : int
abs ( long x ) : long
acos ( decimal x ) : decimal
acos ( double x ) : double
asin ( decimal x ) : decimal
asin ( double x ) : double
atan ( decimal x ) : decimal
atan ( double x ) : double
atan2 ( decimal x, decimal y ) : decimal
atan2 ( double x, double y ) : double
cbrt ( decimal x ) : decimal
cbrt ( double x ) : double
ceil ( decimal x ) : decimal
ceil ( double x ) : double
clone ( ) : object
cos ( decimal x ) : decimal
cos ( double x ) : double
cosh ( decimal x ) : decimal
cosh ( double x ) : double
exp ( decimal x ) : decimal
exp ( double x ) : double
floor ( decimal x ) : decimal
floor ( double x ) : double
log ( decimal x ) : decimal
log ( double x ) : double
log10 ( decimal x ) : decimal
log10 ( double x ) : double
max ( decimal x, decimal y ) : decimal
max ( double x, double y ) : double
max ( int x, int y ) : int
max ( long x, long y ) : long
min ( decimal x, decimal y ) : decimal
min ( double x, double y ) : double
min ( int x, int y ) : int
min ( long x, long y ) : long
mod ( int x, int y ) : int
mod ( long x, long y ) : long
pow ( double baseApex, double exp ) : double
random ( ) : double
rint ( decimal x ) : decimal
rint ( double x ) : double
round ( decimal x ) : int
round ( double x ) : int
roundToLong ( decimal x ) : long
roundToLong ( double x ) : long
signum ( decimal x ) : decimal
signum ( double x ) : double
sin ( decimal x ) : decimal
sin ( double x ) : double
sinh ( decimal x ) : decimal
sinh ( double x ) : double
sqrt ( decimal x ) : decimal
sqrt ( double x ) : double
tan ( decimal x ) : decimal
tan ( double x ) : double
tanh ( decimal x ) : decimal
tanh ( double x ) : double

Method Details

Math() public method

public Math ( )

abs() public static method

public static abs ( decimal x ) : decimal
x decimal
return decimal

abs() public static method

public static abs ( double x ) : double
x double
return double

abs() public static method

public static abs ( int x ) : int
x int
return int

abs() public static method

public static abs ( long x ) : long
x long
return long

acos() public static method

public static acos ( decimal x ) : decimal
x decimal
return decimal

acos() public static method

public static acos ( double x ) : double
x double
return double

asin() public static method

public static asin ( decimal x ) : decimal
x decimal
return decimal

asin() public static method

public static asin ( double x ) : double
x double
return double

atan() public static method

public static atan ( decimal x ) : decimal
x decimal
return decimal

atan() public static method

public static atan ( double x ) : double
x double
return double

atan2() public static method

public static atan2 ( decimal x, decimal y ) : decimal
x decimal
y decimal
return decimal

atan2() public static method

public static atan2 ( double x, double y ) : double
x double
y double
return double

cbrt() public static method

public static cbrt ( decimal x ) : decimal
x decimal
return decimal

cbrt() public static method

public static cbrt ( double x ) : double
x double
return double

ceil() public static method

public static ceil ( decimal x ) : decimal
x decimal
return decimal

ceil() public static method

public static ceil ( double x ) : double
x double
return double

clone() public method

public clone ( ) : object
return object

cos() public static method

public static cos ( decimal x ) : decimal
x decimal
return decimal

cos() public static method

public static cos ( double x ) : double
x double
return double

cosh() public static method

public static cosh ( decimal x ) : decimal
x decimal
return decimal

cosh() public static method

public static cosh ( double x ) : double
x double
return double

exp() public static method

public static exp ( decimal x ) : decimal
x decimal
return decimal

exp() public static method

public static exp ( double x ) : double
x double
return double

floor() public static method

public static floor ( decimal x ) : decimal
x decimal
return decimal

floor() public static method

public static floor ( double x ) : double
x double
return double

log() public static method

public static log ( decimal x ) : decimal
x decimal
return decimal

log() public static method

public static log ( double x ) : double
x double
return double

log10() public static method

public static log10 ( decimal x ) : decimal
x decimal
return decimal

log10() public static method

public static log10 ( double x ) : double
x double
return double

max() public static method

public static max ( decimal x, decimal y ) : decimal
x decimal
y decimal
return decimal

max() public static method

public static max ( double x, double y ) : double
x double
y double
return double

max() public static method

public static max ( int x, int y ) : int
x int
y int
return int

max() public static method

public static max ( long x, long y ) : long
x long
y long
return long

min() public static method

public static min ( decimal x, decimal y ) : decimal
x decimal
y decimal
return decimal

min() public static method

public static min ( double x, double y ) : double
x double
y double
return double

min() public static method

public static min ( int x, int y ) : int
x int
y int
return int

min() public static method

public static min ( long x, long y ) : long
x long
y long
return long

mod() public static method

public static mod ( int x, int y ) : int
x int
y int
return int

mod() public static method

public static mod ( long x, long y ) : long
x long
y long
return long

pow() public static method

public static pow ( double baseApex, double exp ) : double
baseApex double
exp double
return double

random() public static method

public static random ( ) : double
return double

rint() public static method

public static rint ( decimal x ) : decimal
x decimal
return decimal

rint() public static method

public static rint ( double x ) : double
x double
return double

round() public static method

public static round ( decimal x ) : int
x decimal
return int

round() public static method

public static round ( double x ) : int
x double
return int

roundToLong() public static method

public static roundToLong ( decimal x ) : long
x decimal
return long

roundToLong() public static method

public static roundToLong ( double x ) : long
x double
return long

signum() public static method

public static signum ( decimal x ) : decimal
x decimal
return decimal

signum() public static method

public static signum ( double x ) : double
x double
return double

sin() public static method

public static sin ( decimal x ) : decimal
x decimal
return decimal

sin() public static method

public static sin ( double x ) : double
x double
return double

sinh() public static method

public static sinh ( decimal x ) : decimal
x decimal
return decimal

sinh() public static method

public static sinh ( double x ) : double
x double
return double

sqrt() public static method

public static sqrt ( decimal x ) : decimal
x decimal
return decimal

sqrt() public static method

public static sqrt ( double x ) : double
x double
return double

tan() public static method

public static tan ( decimal x ) : decimal
x decimal
return decimal

tan() public static method

public static tan ( double x ) : double
x double
return double

tanh() public static method

public static tanh ( decimal x ) : decimal
x decimal
return decimal

tanh() public static method

public static tanh ( double x ) : double
x double
return double