BooleanArray Class

The BooleanArray class is an ordered collection of Boolean values in which the values are referenced by their position in the collection.

Boolean arrays inherit the methods defined in the Array class.

The bracket ([]) subscript operators enable you to assign values to and receive values from a Boolean array.

Array

(None)