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