as method

double as(
  1. MeasurementInterpreter<Angle> interpreter
)

Interprets this using the specified units.

Implementation

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