I have an application and I need to ensure that the final value rounds up / down.
If the value is negative (-27.12), this should round down to (-27.10)
If the value is positive (27.12), this should round up to (27.15).
Thanks in advance
Start Free Trial