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