setHeight static method

double setHeight(
  1. double height
)

Implementation

static double setHeight(double height) {
  return height.h;
}