OSDN Git Service

3d5a5362bf3ab356856fe08a678ee81088df6f01
[bacon/BaCon-Japanese.git] / 関数・命令 / ROUND.txt
1   ROUND
2
3    ROUND(<x>)
4
5    Type: function
6
7    Rounds x to the nearest integer number. For compatibility reasons, the
8    keyword INT may be used instead. Note that this function always returns
9    an integer value.
10
11    See also FLOOR to round down to the nearest the integer and MOD to get
12    the fraction from a fractional number.
13