1
Answer

how to use Round method

Hi
 
using c#
 
double f = 1.5;
when useing Round( ) the result  = 2
 
but 
double f=3/2;
when using Round( )  the result =1;
 
whate difference Between the two cases
Answers (1)