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