コード例 #1
0
 public double getPropertyDouble(string key)
 {
     if (!(properties != null))
     {
         return(0.00);
     }
     return(properties.getDouble(key));
 }