height function

dynamic height(
  1. double x
)

Implementation

height(double x){
  double z= x/uiHeight;
  return z;
}