hecto static method

Unit hecto(
  1. Unit unit
)

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

Implementation

static Unit hecto(Unit unit) => unit.transform(E2);