width function

dynamic width(
  1. double x
)

Implementation

width(double x){
  double z = x / uiWidth;
  return z;
}