Searched refs:fromFactors (Results 1 – 1 of 1) sorted by relevance
553 vector<double> fromFactors = {0.0, 0.0}; in Convert() local573 int status = ComputeValue(fromUnit, fromMeasSys, fromFactors); in Convert()582 if (fromFactors.size() == FACTOR_SIZE) { in Convert()583 baseResult = fromFactors[0] * value + fromFactors[1]; in Convert()