BitSetGrowToInclude Method |
Grows the set to a larger number of bits.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic void GrowToInclude(
int bit
)
Public Sub GrowToInclude (
bit As Integer
)
Parameters
- bit
- Type: SystemInt32
element that must fit in set
See Also