kilo static method

Unit kilo(
  1. Unit unit
)

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

Implementation

static Unit kilo(Unit unit) => unit.transform(E3);