is Multiply Compatible
The arrays must be rectangular, and n columns of first must be same and n rows for second.
Return
true if arrays can be multiplied
Parameters
first
the first array
second
the second array
The arrays must be rectangular, and n columns of first must be same and n rows for second.
true if arrays can be multiplied
the first array
the second array