예제 #1
0
 public PeriodicInterval FirstIntersection(PeriodicInterval I1)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public PeriodicInterval SecondIntersection(PeriodicInterval I2)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public PeriodicInterval(PeriodicInterval parameter1)
     : base()
 {
     throw new NotImplementedException();
 }