Esempio n. 1
0
 public static Real64Literal Create(string inputValue)
 {
     return(Real64Literal.Create(inputValue));
 }
Esempio n. 2
0
 public static Real64Literal Create(double inputValue)
 {
     return(Real64Literal.Create(inputValue));
 }