as method

double as(
  1. MeasurementInterpreter<Charge> interpreter
)

Interprets this using the specified units.

Implementation

double as(final MeasurementInterpreter<Charge> interpreter) =>
    _preciseOf(interpreter);