|
MathBitwiseAnd
Calculates the result of bitwise AND operation for specified arrays.
bool MathBitwiseAnd(
|
Parameters
array1[]
[in] The first array of values.
array2[]
[in] The second array of values.
result[]
[out] Array to output the results.
Return Value
Returns true if successful, otherwise false.