Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
round | version 1.0 | no |
number round(number val [, number precision=0]) |
val | the value to be rounded |
precision | the precision |
Get the rounded value of val to specified precision (number of digits after the decimal point). precision can also be negative or zero (default). |
echo round(3.4); // 3 |
Documented by Simona Gabriela Plesuvu, generation time: Thu Oct 15 20:02:03 2009 GMT | (c)2009 RadGs Software |