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); }