Provides global integer division methods.
Static Public Member Functions | |
| static int | RoundUp (int top, int bottom) |
| C# integer division rounds down by default. This method performs a rounded up integer divide. More... | |
|
inlinestatic |
C# integer division rounds down by default. This method performs a rounded up integer divide.
| top | The top (numerator) of the division. |
| bottom | The bottom (denominator) of the division. |