#include <c4d_system.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. Use the LIMIT<type>::MIN or LIMIT<type>::MAX for integer datatypes (this does not work for floating point types though).