System.Drawing.Point.LowInt16 C# (CSharp) Метод

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

private static LowInt16 ( int n ) : short
n int
Результат short
        private static short LowInt16(int n) => (short)(n & 0xffff);
    }