Esempio n. 1
0
        private IEnumerable <WeatherData <Int32> > ProcessValues(WeatherValue <float> data,
                                                                 IEnumerable <TimeLayout> timeLayouts)
        {
            var newVal = data.ToInt32();

            return(ProcessValues(newVal, timeLayouts));
        }
 private IEnumerable<WeatherData<Int32>> ProcessValues(WeatherValue<float> data,
     IEnumerable<TimeLayout> timeLayouts)
 {
     var newVal = data.ToInt32();
     return ProcessValues(newVal, timeLayouts);
 }