multithreading in c#
Dear Friend
I want to implement thread in C# for mean,median and mode functions.
in which the calculation will be in the following sequance
1. Mean [x' = (x/n)]
2. Median [M = ((n+1)/2)]
3. Mode [z = (2M+3x')]
can you help me.
Thanks in advance
|