Exemple #1
0
 public static NumberCommand Swap(NumberCommand command) //15
 {
     return(command.Swap());
 }
Exemple #2
0
 public static NumberCommand StrongDivision(NumberCommand command) //13
 {
     return(command.StrongDivision());
 }
Exemple #3
0
 public static NumberCommand Mod(NumberCommand command) //14
 {
     return(command.Mod());
 }
Exemple #4
0
 public static NumberCommand CycleShiftR(NumberCommand command) //23
 {
     return(command.CycleShiftR());
 }
Exemple #5
0
 public static NumberCommand NotFirst(NumberCommand command) //1
 {
     return(command.NotFirst());
 }
Exemple #6
0
 public static NumberCommand FindMaxDivider(NumberCommand command) //19
 {
     return(command.FindMaxDivider());
 }
Exemple #7
0
 public static NumberCommand ShiftR(NumberCommand command) //21
 {
     return(command.ShiftR());
 }
Exemple #8
0
 public static NumberCommand Equivalence(NumberCommand command) //7
 {
     return(command.Equivalence());
 }
Exemple #9
0
 public static NumberCommand Pierce(NumberCommand command) //8
 {
     return(command.Pierce());
 }
Exemple #10
0
 public static NumberCommand Impication(NumberCommand command) //5
 {
     return(command.Impication());
 }
Exemple #11
0
 public static NumberCommand CoImpication(NumberCommand command) //6
 {
     return(command.CoImpication());
 }
Exemple #12
0
 public static NumberCommand Xor(NumberCommand command) //4
 {
     return(command.Xor());
 }
Exemple #13
0
 public static NumberCommand And(NumberCommand command) //3
 {
     return(command.And());
 }
Exemple #14
0
 public static NumberCommand Or(NumberCommand command) //2
 {
     return(command.Or());
 }
Exemple #15
0
 public static NumberCommand Insert(NumberCommand command) //16
 {
     return(command.Insert());
 }
Exemple #16
0
 public static NumberCommand Scheffer(NumberCommand command) //9
 {
     return(command.Scheffer());
 }
Exemple #17
0
 public static string Convert(NumberCommand command) //17
 {
     return(command.Convert());
 }
Exemple #18
0
 public static NumberCommand Addition(NumberCommand command) //10
 {
     return(command.Addition());
 }
Exemple #19
0
 public static NumberCommand ShiftL(NumberCommand command) //20
 {
     return(command.ShiftL());
 }
Exemple #20
0
 public static NumberCommand Subtraction(NumberCommand command) //11
 {
     return(command.Subtraction());
 }
Exemple #21
0
 public static NumberCommand CycleShiftL(NumberCommand command) //22
 {
     return(command.CycleShiftL());
 }
Exemple #22
0
 public static NumberCommand Multiplication(NumberCommand command) //12
 {
     return(command.Multiplication());
 }
Exemple #23
0
 public static NumberCommand Copy(NumberCommand command) //24
 {
     return(command.Copy());
 }
Exemple #24
0
 public static string GetOperandsList(NumberCommand command) //0
 {
     return(command.GetOperandsList());
 }