コード例 #1
0
 public PrecipitationAmount(string str)
 {
     Value = PrecipitationAmountConverter.ToValue(str);
 }
コード例 #2
0
 public PrecipitationAmount(double value)
 {
     Value = PrecipitationAmountConverter.ToValue(value);
 }