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