]> Pileus Git - ~andy/rsl/blob - doc/RSL_histogram_struct.html
Initial import
[~andy/rsl] / doc / RSL_histogram_struct.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <pre>typedef struct {
10   int nbins;
11   int low;
12   int hi;
13   int ucount;
14   int ccount;
15   int *data;
16 } Histogram; </pre>
17 </body>