Шаблон:Int div

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск

Purpose[править]

Performs integer division as per Java. In other words, the division result ignores any resulting decimals and will not perform rounding.

Usage[править]

  • {{int div|<dividend>|<divisor>}}

Example[править]

  • {{int div|25|10}} results in 2.
  • {{int div|500|100}} results in 5.