toPoundals static method

double toPoundals(
  1. double value
)

Converts the supplied Dynes value to Poundals

Implementation

static double toPoundals(double value) => value / 13825.4954376;