yocto static method

Unit yocto(
  1. Unit unit
)

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

Implementation

static Unit yocto(Unit unit) => unit.transform(Em24);