dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
max2
dlib
math
utils
Find maximum of two values
nothrow
T
max2
(
T
)
(
T
x
,
T
y
)
Examples
assert
(
max2
(
2
,
1
) ==
2
);
Meta
Source
See Implementation
dlib
math
utils
enums
Axis
functions
allIsZero
bigEndian
bytesToUint
clamp
degtorad
fovXfromY
fovYfromX
invertArray
isConsiderZero
isPerfectSquare
isPowerOfTwo
max2
max3
min2
min3
networkByteOrder
nextPowerOfTen
nextPowerOfTwo
oneOfIsZero
radtodeg
sign
sum
swap
manifest constants
EPSILON
Find maximum of two values