DecLitToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class DecLitToken : Microsoft.PowerFx.Syntax.Token
type DecLitToken = class
inherit Token
Public Class DecLitToken
Inherits Token
- Inheritance
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. |