public static Real64Literal Create(string inputValue) { return(Real64Literal.Create(inputValue)); }
public static Real64Literal Create(double inputValue) { return(Real64Literal.Create(inputValue)); }