Template Function TRAP::Math::Min(genType, genType, genType)#
Function Documentation#
-
template<typename genType>
constexpr genType TRAP::Math::Min(genType x, genType y, genType z)# Retrieve the minimum value of x, y and z.
- Parameters:
x – Specify the first value to compare.
y – Specify the second value to compare.
z – Specify the third value to compare.
- Returns:
Returns the smallest value of x, y and z.