Java Number Sum sum(int matrix1, int matrix2)

Here you can find the source of sum(int matrix1, int matrix2)

Description

sum

License

Apache License

Declaration

public static int sum(int matrix1, int matrix2) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    public static int sum(int matrix1, int matrix2) {
        return matrix1 ^ matrix2;
    }//from ww w  .  ja va  2s  .com
}

Related

  1. sum(double x, double y)
  2. sum(double x, double y)
  3. sum(final Iterable values)
  4. sum(final Iterable ns)
  5. sum(int a, int b)
  6. sum(Iterable as)
  7. sum(Iterable iterable)
  8. sum(long space1, String space2)
  9. sum(long x, int c)