wp method

double wp(
  1. dynamic size
)

Implementation

double wp(size) {
  return (this._shortDimension * size) / 100;
}