Hi Everyone,
Im a little confused with arrays[]
I have a set of numbers in a datagridview and wish to write a function which includes these numbers. I know i can use
double[] arrayOfDoubles = {2.5,2.6,2.8,3.2,3.8,3.9,4.0,4.3,4.4,4.8} etc representing each datagrid value individually. just wondering if there is a easier way with a loop.
your help would be appreciated.
thanks.