[]
Represents a number node in the syntax tree.
public class NumberNode : ConstNode, ICloneable
Creates a NumberNode from double value.
The value of this node.