BitSet Constructor (UInt64) |
Construction from a static array of longs
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic BitSet(
ulong[] bits
)
Public Sub New (
bits As ULong()
)
Parameters
- bits
- Type: SystemUInt64
[Missing <param name="bits"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BitSet.#ctor(System.UInt64[])"]
See Also