Math

Members

Static functions

Max
double Max(double a, double b)

Returns the biggest of the two specified doubles.

Max
int Max(int a, int b)

Returns the biggest of the two specified integers.

Min
double Min(double a, double b)

Returns the smallest of the two specified doubles.

Min
int Min(int a, int b)

Returns the smallest of the two specified integers.

Meta