コード例 #1
0
ファイル: LengthConverter.cs プロジェクト: morninn/PetSof
 public static double getConversionFactor(LengthUnit from, LengthUnit to)
 {
     return(factors[from.getIndex(), to.getIndex()]);
 }
コード例 #2
0
 public static double getConversionFactor(LengthUnit from,LengthUnit to)
 {
     return factors[from.getIndex(),to.getIndex()];
 }