Freigeben über


NumLitToken Class

Definition

Token for a numeric literal.

public class NumLitToken : Microsoft.PowerFx.Syntax.Token
type NumLitToken = class
    inherit Token
Public Class NumLitToken
Inherits Token
Inheritance
NumLitToken

Properties

Kind

Kind of the token.

(Inherited from Token)
Span

Span of the token in the formula.

(Inherited from Token)
Value

Numeric value of the token.

Methods

Equals(Object) (Inherited from Token)
Equals(Token)

Determines whether the specified Token is equal to the current one.

GetHashCode() (Inherited from Token)
ToString()

Returns a string that represents the current object.

Applies to