Posts by Guimaraez • 9 points
1 post
-
0
votes2
answers64
viewsA: Lower and higher value within Objects with the same date
[NomeDaVarDoNovoObejeto].list = [NomeDaVar].list.Select(_ => new { dia = _.dt_txt, temp_min = _.main.temp_min, temp_max = _.main.temp_max});