Click or drag to resize

BitSet Constructor (Int32)

Construct a bitset given the size

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public BitSet(
	int nbits
)

Parameters

nbits
Type: SystemInt32
The size of the bitset in bits
See Also