Min#

template<typename T>
inline T Min(T a, T b)#

Returns the minimum of two values.

Template Parameters:

T – Type of the values to compare

Parameters:
  • a[in] First value

  • b[in] Second value

Returns:

The smaller of a and b