w function

double w(
  1. double px
)

Implementation

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