BitMiracle.LibTiff.Classic.Tiff.roundUp C# (CSharp) Method

roundUp() static private method

static private roundUp ( int x, int y ) : int
x int
y int
return int
        internal static int roundUp(int x, int y)
        {
            return (howMany(x, y) * y);
        }
Tiff