Max


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

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