nano static method

Unit nano(
  1. Unit unit
)

Returns the specified unit multiplied by the factor 10<sup>-9</sup>

Implementation

static Unit nano(Unit unit) => unit.transform(Em9);