Method: Convert null double=>const
Function name: nulltodouble
Parameter list: (CHAR input, DOUBLE value)
Return type: DOUBLE
What the method does: Converts a NULL in a double source column to the double value you specify. If the column is not null, then the column value is returned. The first argument must be an SQL column.