Re: Questions about FixedBooleanArray and ResizeBooleanArray

2006-10-02 Thread Leopold Toetsch
Am Dienstag, 3. Oktober 2006 01:58 schrieb Karl Forner: > Hi, > > I coud not find detailed specifications for these PMCs, so I was wondering > what should happen > when they are (re)sized. The Fixed* variants don't resize. Yes unfilled are is set to the default value. See below > For example: >

Questions about FixedBooleanArray and ResizeBooleanArray

2006-10-02 Thread Karl Forner
Hi, I coud not find detailed specifications for these PMCs, so I was wondering what should happen when they are (re)sized. For example: a = new FixedBooleanArray a = 3 So a has been (re)sized in order to be able to hold 3 elements, but what should be the value of these elements ? Do they