interface UnitConversion {
    multiplier: number;
    offset: number;
}

Properties

Properties

multiplier: number
offset: number