Guest User

Untitled

a guest
Mar 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. var todosValores = lstRoll.Items.OfType<object>().Select(x => x.ToString()).ToList();
  2.  
  3. List<double> listaDeNums = todosValores.Select(s => double.Parse(s)).ToList();
  4.  
  5. var lista = new List<double>();
  6. lista.Add(somaLinha1);
  7. lista.Add(Math.Round((somaLinha1 + valorTamanhoIntervalo), 2));
Add Comment
Please, Sign In to add comment