p static method

double p(
  1. double value
)

Implementation

static double p(double value) {
  return (value / baseWidth) * effectiveWidth;
}