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