LIMIT< T > Class Template Reference

#include <apibasemath.h>

Detailed Description

template<typename T>
class maxon::LIMIT< T >

Class to determine the limits of a datatype. Use LIMIT<type>::MIN or LIMIT<type>::MAX to return the minimum or maximum values that can be represented by the datatype. You can also use the LIMIT<type>::MIN or LIMIT<type>::MAX for integer datatypes (this doesn't work for floating point types though).