new TNum(num)
Number type.
Parameters:
Name | Type | Description |
---|---|---|
num |
number |
Properties:
Name | Type | Description |
---|---|---|
value |
number | |
originalValue |
string | number | complex | The value used to construct the token - either a string, a number, or a complex number object. |
type |
string | "number" |