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