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