Method Pop_Union
Pop_Union(Int64[], Int64[], Int32, Int32)
Returns the popcount or cardinality of the union of two sets. Neither array is modified.
Declaration
public static long Pop_Union(long[] arr1, long[] arr2, int wordOffset, int numWords)
Parameters
Type | Name | Description |
---|---|---|
System.Int64[] | arr1 | |
System.Int64[] | arr2 | |
System.Int32 | wordOffset | |
System.Int32 | numWords |
Returns
Type | Description |
---|---|
System.Int64 |