示例#1
0
 public static Integer Subtract(Skeleton x, Skeleton y)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public static Skeleton Negate(Skeleton x)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public static Skeleton Multiply(Skeleton x, Skeleton y)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public static Skeleton Modulus(Skeleton x, Skeleton y)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public static Skeleton Increment(Skeleton n)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public static Skeleton Divide(Skeleton x, Skeleton y)
 {
     throw new NotImplementedException();
 }