Method IncrementRoundUp
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Fundamentals.dll
IncrementRoundUp(int, int)
Rounds x to a multiple of n which is greater than or equal to x.
public static int IncrementRoundUp(int x, int i)
Rounds x to a multiple of n which is greater than or equal to x.
public static int IncrementRoundUp(int x, int i)