Return maximum value of the arguments
template<class Type> constexpr Type Max(const Type a, const Type b);
template<class Type, class ... Args> Type Max(const Type a, const Type b, const Args ... other);
Namespace: | nitisa::math |
Include: | Nitisa/Modules/Math/Utils.h |