Partilhar via


NumLitNode Class

Definition

Numeric literal parse node. Example:

3.14

public sealed class NumLitNode : Microsoft.PowerFx.Syntax.TexlNode
type NumLitNode = class
    inherit TexlNode
Public NotInheritable Class NumLitNode
Inherits TexlNode
Inheritance
NumLitNode

Properties

ActualNumValue

The numeric value of the node.

Kind

Kind of the parse node.

Parent

Parent TexlNode in the AST structure (if any).

(Inherited from TexlNode)

Methods

Accept(TexlVisitor)

Accept a visitor TexlVisitor.

Accept<TResult,TContext>(TexlFunctionalVisitor<TResult,TContext>, TContext)

Accept a functional visitor TexlFunctionalVisitor<TResult,TContext>.

GetCompleteSpan() (Inherited from TexlNode)
GetSourceBasedSpan() (Inherited from TexlNode)
GetTextSpan() (Inherited from TexlNode)
ToString() (Inherited from TexlNode)

Applies to