withPrecision method

T withPrecision(
  1. Precision precision
)

Creates an equivalent measurement with the specified precision.

Implementation

T withPrecision(final Precision precision) => _construct(si, precision);