as method

double as(
  1. DistanceInterpreter interpreter
)

Interprets this using the specified units.

Implementation

double as(final DistanceInterpreter interpreter) => _preciseOf(interpreter);