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