OSDN Git Service

29b206fba1927e2e362824d5313803da55378f3a
[bacon/BaCon-Japanese.git] / 関数・命令 / ROUND.txt
1   ROUND\r\r   ROUND(<x>)\r\r   Type: function\r\r   Rounds x to the nearest integer number. For compatibility reasons, the\r   keyword INT may be used instead. Note that this function always returns\r   an integer value.\r\r   See also FLOOR to round down to the nearest the integer and MOD to get\r   the fraction from a fractional number.\r\r