public Fission(NearDifference shift, int m)
 {
     this.shift = shift;
     this.m     = m;
 }
 public FusionP(NearDifference shift)
 {
     this.shift = shift;
 }
Exemplo n.º 3
0
 public Fill(NearDifference shift)
 {
     this.Shift = shift;
 }
Exemplo n.º 4
0
 protected GroupCommand(NearDifference nearShift, FarDifference farShift)
 {
     NearShift = nearShift;
     FarShift  = farShift;
 }
Exemplo n.º 5
0
 public GVoid(NearDifference nearShift, FarDifference farShift)
     : base(nearShift, farShift)
 {
 }
Exemplo n.º 6
0
 public GFill(NearDifference nearShift, FarDifference farShift)
     : base(nearShift, farShift)
 {
 }
Exemplo n.º 7
0
 public Voidd(NearDifference shift)
 {
     Shift = shift;
 }