Exemplo n.º 1
0
 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()];
 }