Home > Contents > Index >
currency:rounddown
Rounds a currency value down to the next lower legal absolute currency value.
Syntax
<currency
:rounddown name="curname
" value="string
"varname
="varname
"/>Parameters
name
(required)- Input parameter. Name of the currency object.
value
(required)- Input parameter. Value to be rounded down.
varname
(required)- Input and output parameter. As input, name of the variable that holds the rounded down floating point value assigned on output.
Example
<currency:roundown name="usCurrency1" value="10.085" varname="usCurrencyRounddown"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.