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