Home > Contents > Index >
CURRENCY.ROUNDUP
Rounds a currency value upward to the next higher legal absolute currency value.
Syntax
<CURRENCY
.ROUNDUP NAME="curname
" VALUE="string
"VARNAME
="varname
"/>Parameters
NAME
(required)- Input parameter. Name of the currency object.
VALUE
(required)- Input parameter. Value to be rounded up.
VARNAME
(required)- Input and output parameter. As input, name of the variable that holds the rounded up floating point value assigned on output.
Description
Here are some examples of how this tag rounds up:
- 10.011 is rounded to 10.02
- -10.011 is rounded to -10.02.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.