Since a measurement is just a classical result, a series of 0's and 1's, store it that way.

C# | Visual Basic | Visual C++ |
protected bool[] baResult
Protected baResult As Boolean()
protected: array<bool>^ baResult
C# | Visual Basic | Visual C++ |
protected bool[] baResult
Protected baResult As Boolean()
protected: array<bool>^ baResult