iTextSharp.text.pdf.codec.CCITTG4Encoder.Finddiff2 C# (CSharp) Метод

Finddiff2() приватный статический Метод

private static Finddiff2 ( byte bp, int offset, int bs, int be, int color ) : int
bp byte
offset int
bs int
be int
color int
Результат int
        private static int Finddiff2(byte[] bp, int offset, int bs, int be, int color)
        {
            return bs < be ? Finddiff(bp, offset, bs, be, color) : be;
        }