#include <apibasemath.h>
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).