hx function

double hx(
  1. double px
)

Implementation

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