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
Syntaxpublic BitSet(
int nbits
)
Public Sub New (
nbits As Integer
)
Parameters
- nbits
- Type: SystemInt32
The size of the bitset in bits
See Also