SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ Max()

template<typename ValueType >
static constexpr ValueType SRL::Math::Max ( const ValueType & first,
const ValueType & second )
staticconstexpr

Get maximum value of two values.

Works with any type that supports comparison operators.

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