|
Get SteelArrow!
|
|
|
|
rounded
|
|
|
|
|
|
|
Return to Function List |
|
Returns a rounded up value. The data can be an integer or float value, or variable. In the
case of an integer, do not pass a precision value to round up to the next integer value. For
float data types, precision represents the number of decimla places to display; rounding is
based on the number at 'precision+1'.
|
|
Syntax |
rounded( value [, precision] )
|
value |
Value or variable to round up. |
precision |
Number of decimal places to display (default is 0) |
|
|
|
|
|
|
|
|