Binclass: a simple array structure for collecting numeric data.
Category:
Lists, Collections and ArraysType:
ClassesDifficulty:
IntermediateAuthor:
Keith BielaczycVersion Compatibility: Visual Basic 5
More information:
The Bin Class is a simple array structure for dispersing numeric data. I created the Bin Class for use in a timesheet program. I needed a way to calculate daily hours based on our current billing structure.
The Bin class allows you to implement a collection (or "bin") governed by numeric rules, such as the maximum size of the bin or the maximum value of items in the bin. Documentation is provided.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download bin.zip