@openhps/core
    Preparing search index...

    Class UnitValue<U, T>

    Unit value

    const value = new UnitValue(5, LengthUnit.METER);
    
    const value = new UnitValue(5, LengthUnit.METER);
    const converted = value.to(LengthUnit.CENTIMETER);

    Type Parameters

    Index
    _unit: U
    _value: T