Class ToDoubleFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class ToDoubleFunction extends FunctionNode
This class represents a todouble-function in a GroupingExpression. It converts the result of the argument to a double. If the argument can not be converted, this function returns 0.
Author:
baldersheim, bratseth