Hi,
I need help in Rounding,
value >5 increases to 1.
Eg: 72.70 should Round to 73.0
Could anyone please help me.
Thanks in Advance. TDHelp
|
0
|
Hi, I need help in Rounding, value >5 increases to 1. Eg: 72.70 should Round to 73.0 Could anyone please help me. Thanks in Advance. TDHelp |
||
|
|
|
0
|
I think double casting should do the trick for you:
Result: 73.0 |
|||
|
|
0
|
Rounding is the default behavior when casting to a lower precision decimal. For example:
|
||||||
|