System.Drawing.Point.LowInt16 C# (CSharp) Méthode

LowInt16() private static méthode

private static LowInt16 ( int n ) : short
n int
Résultat short
        private static short LowInt16(int n) => (short)(n & 0xffff);
    }