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

HighInt16() private static méthode

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