How to calculate Round calculations Using C#
Here can u take monthly calculation to Round ur values u will get the Values in Result double sample= ((( double )(Field1).(Field2)) / 12.0); string [] str = sample.ToString().Split( '.' ); int i = str.Count(); double values = 0; ...