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