lamasat lamasat

lamasat lamasat

  • NA
  • 46
  • 10.9k

how to use Round method

Nov 14 2016 2:59 PM
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)