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