footSurveyUS constant

Unit const footSurveyUS

A unit of length equal to 1200/3937 m (standard name foot_survey_us).

Implementation

static const Unit footSurveyUS = TransformedUnit(
    SI.metre, RationalConverter._(RationalNumber._(1200, 3937)));