dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Re: another foreach on BitArray.cs


From: Rhys Weatherley
Subject: [DotGNU]Re: another foreach on BitArray.cs
Date: Sat, 05 Oct 2002 14:18:43 +1000

Gopal V wrote:

> -                               numBits = values.Length;
> +                               numBits = values.Length * 32 ;
>                                 bitArray = (int[])(values.Clone());
> 
> This seems to be right ? ... I'm not totally sure about how BitArray works
> due to lack of docs .. But this seems to a reasonable assumption ?

I've fixed this.  Together with the crash bug, which was a
compiler issue (not sure why this caused an engine crash though).

Cheers,

Rhys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]