pc static method

double pc(
  1. num picas
)

The respective value in picas (1/6th of 1 inch)

Implementation

static double pc(num picas) => picas.pc;