Min


This object has been removed in release 10.0.0. Use NTL objects instead.

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