getScreenWidth function

double getScreenWidth(
  1. double width
)

Implementation

double getScreenWidth(double width) {
  return width.w;
}