예제 #1
0
 public float CalculateV(IZone origin, IZone destination, Time time)
 {
     CheckInterChangeZone();
     return(First.CalculateV(origin, InterchangeZone, time) + Second.CalculateV(InterchangeZone, destination, time));
 }