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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit GuptaPosted Nov 14, 2016, 4:09 PM