This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.
Overview
Modulo.
This filter returns the remainder of dividing two integers.
Attributes
type |
required |
description |
integer |
true |
Divisor. The number you want to divide by to get the remainder. |
Examples
Simple Example
Get the remainder of 10 / 3:
Returns:
Get the remainder of 4 / 4:
Returns:
FAQ
This filter has no frequently asked questions.
Related Topics
|