public static double getConversionFactor(LengthUnit from, LengthUnit to) { return(factors[from.getIndex(), to.getIndex()]); }
public static double getConversionFactor(LengthUnit from,LengthUnit to) { return factors[from.getIndex(),to.getIndex()]; }