h function

double h(
  1. double px
)

Implementation

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