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