Length.si constructor

const Length.si(
  1. num siValue
)

Constructs Length with the value in SI base unit

Implementation

const Length.si(num siValue) : super.si(siValue, L.dimension);