#include "recordbase.h"
Namespaces | |
namespace | bit |
Defines | |
#define | WHOLE_UNITS(__offset, __units) ( ((__offset) > 0.0) ? ( (__offset)/__units+(((__offset)%__units)?1:0) ) : ( (__offset)/__units+(((__offset)%__units)?(-1):0)) ) |
#define WHOLE_UNITS | ( | __offset, | |||
__units | ) | ( ((__offset) > 0.0) ? ( (__offset)/__units+(((__offset)%__units)?1:0) ) : ( (__offset)/__units+(((__offset)%__units)?(-1):0)) ) |