Skip to Content
0
Former Member
Jul 28, 2016 at 12:24 PM

Decimal Field Round Down

1222 Views

Dear Experts,

I would like to round down decimal field to 2 places.

e.g, 12456.25678 => 12456.25

At first, I used the RoundToString() function and parameter like RoundToString(2, true).

But, this function is rounded up. So, the data is as follows.

e.g, 12456.25678 => 12456.26

Is there any other function for rounding down in absl?

Thanks and Regards,

Thu Thu