SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
Min()
template<typename ValueType >
static constexpr ValueType SRL::Math::Min
(
const ValueType &
first
,
const ValueType &
second
)
static
constexpr
Get minimum value of two values.
Works with any type that supports comparison operators.
Template Parameters
ValueType
Type of the value
Parameters
first
First value
second
Second value
Returns
Minimum value
SRL
Math