wx function

double wx(
  1. double px
)

Implementation

double wx(double px) {
  px = designPXValidate(px) ;
  return ( SetDesignPX().screen.width /100) * px ;
}