Beispiel #1
0
 public double[] getPrixSJ(double t)
 {
     if (donnees.Keys.Contains(t))
     {
         return(data.GetClosestData(doubleToDate(t)).ToArray());
     }
     else
     {
         throw new Exception("L'instant demandé n'existe pas dans le fichier !");
     }
 }