h method

double h(
  1. int n
)

Implementation

double h(int n) => TwSize.baseSize * n;