BitArrayStatic: FromLongs

FromLongs

Returns a BitArray object created from an array of Longs. Each bit in each long represents an associated bit in the bit array.



 Public Function FromLongs(
	  ByRef Values ( ) As Long ) As BitArray

Parameters

Values
[ByRef] Long. An array of Long types.

Return Values

BitArray -  A BitArray initialized to the number of bits an their state in the values array.

See Also

Project CorLib Overview

Class BitArrayStatic Overview