pp ~master (2018-05-25T20:29:15Z)
Dub
Repo
Math.Max
polyplex
utils
mathutils
Math
Returns the biggest of the two specified integers.
double
Max
(
double
a
,
double
b
)
int
Max
(
int
a
,
int
b
)
class
Math
static
int
Max
(
int
a
,
int
b
)
Meta
Source
See Implementation
polyplex
utils
mathutils
Math
static functions
Max
Min
Returns the biggest of the two specified integers.