knot constant

Unit const knot

A unit of velocity expressing the number of nauticalMile per hour (abbreviation kn).

Implementation

static const Unit knot = ProductUnit._([
  RationalPower<Unit>(NonSI.nauticalMile),
  RationalPower<Unit>(NonSI.hour, RationalNumber._(-1))
]);