I want to calculate the standard deviation value based on the data displayed in the Gridview. However I'm confused since the standard deviation function is not available in c#.
As seen in the picture below, if I press the "Process" button, it will display the standard deviation results of the data.
How do I write the code?
Thanks before.