Application Integration
- Application Integration
- All Products
fn:round(arg)
Argument | Required/Optional | Description |
---|---|---|
arg
| Required | Numeric datatype. Returns the number with no fractional part that is closest
to the argument. You can enter any valid expression. |
|
|
---|---|
fn:round(5) | 5 |
fn:round(5.1) | 5 |
fn:round(5.5) | 6 |
fn:round(-5.5) | -5 |
fn:round(-5.51) | -6 |