NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

2.4.4 Decimal Literals

A decimal literal is a string of digits, optionally containing a decimal point, followed by the Decimal type character. If the literal is an invalid decimal value, an error results.

DecimalLiteral:
 IntLiteral . IntLiteral DecimalCharacter |
 . IntLiteral DecimalCharacter |
 IntLiteral DecimalCharacter
DecmialLiteralTypeCharacter ::= DecimalCharacter | DecimalTypeCharacter
DecimalCharacter ::= D