double h(double px) { double height = SetDesignPX().height; // Design height return SetDesignPX().screen.height / (height / px); // return px.h; }