[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.NumberNode

Class NumberNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents a number node in the syntax tree.

public class NumberNode : ConstNode, ICloneable
Inheritance
object
NumberNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

NumberNode(double)

Creates a NumberNode from double value.

public NumberNode(double value)

Parameters

value double

The value of the new NumberNode.

Properties

Value

The value of this node.

public double Value { get; set; }

Property Value

double