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 )
staticconstexpr

Get minimum value of two values.

Works with any type that supports comparison operators.

Template Parameters
ValueTypeType of the value
Parameters
firstFirst value
secondSecond value
Returns
Minimum value