Hi ,
I m trying to math calculation
a= 123.456
b= 3
c=a/b
d= 41.112 <— result.
I have used “Math.Truncate(Decimal.Divide(a,b))”
i got the 41 as a result.
But need above result
Thanks
Farha
Hi ,
I m trying to math calculation
a= 123.456
b= 3
c=a/b
d= 41.112 <— result.
I have used “Math.Truncate(Decimal.Divide(a,b))”
i got the 41 as a result.
But need above result
Thanks
Farha
it worked … thank you ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.