Main Page | Data Structures | Directories | File List | Globals

mqrange2f.h

Go to the documentation of this file.
00001 #ifndef _MQRANGE2F_H_
00002 #define _MQRANGE2F_H_
00003 
00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University
00005    Release Date: 2004-11-01
00006    Part of the MapQuant suite library "mqbasic.lib" 
00007 */
00008 
00019 struct MQRange2f
00020 {
00021     float min;
00022     float max;
00023 };
00024 
00025 typedef struct MQRange2f    MQRange2f;
00026 
00027 int         MQRange2f_isValueWithin(MQRange2f* range, float query);
00028 int         MQRange2f_cmp(const void *p1, const void *p2);
00029 
00030 MQRange2f*  MQRange2fArray_create(int size);
00031 MQRange2f*  MQRange2fArray_find(MQRange2f* array, int narray, MQRange2f* key);
00032 void        MQRange2fArray_sort(MQRange2f* array, int narray);
00033 
00034 #endif
00035 

Generated on Tue Feb 7 03:25:43 2006 for libmqbasic by  doxygen 1.4.4