Method Pop_Xor
Pop_Xor(Int64[], Int64[], Int32, Int32)
Returns the popcount or cardinality of A ^ B Neither array is modified.
Declaration
public static long Pop_Xor(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 |