LIMIT< T > Class Template Reference

#include <c4d_system.h>

Detailed Description

template<typename T>
class cineware::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. Use the LIMIT<type>::MIN or LIMIT<type>::MAX for integer datatypes (this does not work for floating point types though).