Template:Int div

From Guild Wars 2 Wiki
Jump to navigationJump to search

Purpose[edit]

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

Usage[edit]

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

Example[edit]

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