Click or drag to resize

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
Syntax
public void GrowToInclude(
	int bit
)

Parameters

bit
Type: SystemInt32
element that must fit in set
See Also