nval (<num1>,<num2>)
numeric
The nearest multiple of one number to another.
<num1>
The number to be
rounded up or down.
<num2>
The multiple factor.
The following returns the value 6.
numeric n = nval(5.4,2)
The following returns the value 9.
numeric n = nval(10.4,3)
Functions: |