getScreenHeight function

double getScreenHeight(
  1. double height
)

Implementation

double getScreenHeight(double height) {
  return height.h;
}