Search:

Type: Posts; User: jmcilhinney

Search: Search took 0.67 seconds.

  1. Re: getting an average in a datagridview

    If 'i' is being used to store Integer values then why is it declared as type Single?

    You were starting your loop counter at 0 before and you have now changed it to 1. Why is that? Do you want to...
  2. Re: getting an average in a datagridview

    Again, think it through. We all learned how to calculate an average in school. You simply add the values together and divide by the number of values. You're already doing the first part.
  3. Re: getting an average in a datagridview

    I don't think that you have really thought this through. You have a loop that goes from 0 to the index of the last row in the grid. If you only want to use five rows then does it not make sense to...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width