[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.NumberNode.-ctor

NumberNode Constructor

NumberNode(double)

Creates a NumberNode from double value.

This constructor initializes a numeric literal node in a formula syntax tree with the specified value.

Declaration
public NumberNode(double value)
Public Sub New(value As Double)
Parameters
Type Name Description
double value

The value of the new NumberNode. Must be a finite number.

Exceptions
Type Condition
ArgumentException

if value is NaN or infinite.