Example #1
0
 public static IAnyInt32 Multiply(IAnyInt32 x1, IAnyInt32 x2)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public static IAnyInt32 Divide(IAnyInt32 x1, INonZeroInt32 x2)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public static IAnyInt32 Substract(IAnyInt32 x1, IAnyInt32 x2)
 {
     throw new NotImplementedException();
 }