setWidth static method

double setWidth(
  1. double width
)

Implementation

static double setWidth(double width) {
  return width.w;
}