Posts by Guilherme Schubert Medeiros • 45 points
6 posts
-
-1
votes1
answer176
viewsQ: Traverse a vector by dividing the search into threads
Hello, I have a problem, I have a college assignment where I have a very large vector, where I have to get each processor thread through a part of that vector increasing the speed of the search, but…
-
3
votes2
answers3734
viewsQ: Limit decimal places float c#
I would like to show the mediadesp and mediareceit with 2 decimal places after the comma. private void MediaReceitaseDespesas() { /* ----TOTAL / QTDE DE VALORES INFORMADOS----*/ mediadesp = somadesp…
-
0
votes1
answer25
viewsQ: How to not save value in the list if(seal)
i have a foreach running through my list and I want if() to be true it shows a message saying that there is already this value in the list and DON’T STORE this value on the list, someone knows how…
c#asked Guilherme Schubert Medeiros 45 -
-1
votes1
answer120
viewsQ: Get month value from a list
I need the person to be able to get the information and month they want, so I need to get this information from the list and then show the license plate, date, time of entry and exit, paid amount…
-
1
votes1
answer85
viewsQ: Error when calculating average
I would like to take the sum of all salaries and divide by the amount of employees, but this giving error, when I compile says that this with 0 in the variables Count of the list and total. public…
-
0
votes2
answers75
viewsQ: Error when doing sum inside foreach
I have this method CadastroDespesas, only that he is making the wrong sum in foreach going through my list. I don’t know what it is, if anyone can help me... To totdesp is a global variable declared…
c#asked Guilherme Schubert Medeiros 45