double w(double px) { double width = SetDesignPX().width; // Design width return SetDesignPX().screen.width / (width / px); // return px.w; }