Method UnionCount
UnionCount(OpenBitSet, OpenBitSet)
Returns the popcount or cardinality of the union of the two sets. Neither set is modified.
Declaration
public static long UnionCount(OpenBitSet a, OpenBitSet b)
Parameters
Type | Name | Description |
---|---|---|
OpenBitSet | a | |
OpenBitSet | b |
Returns
Type | Description |
---|---|
System.Int64 |