Decimal Literals ("M" Reference)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Decimal literals are used to write fixed-point or exact number values. The type of decimal literal defaults to the smallest standard library type that can contain the value starting with Decimal28.
Literal Format
Decimal literals take the following format.
DecimalLiteral:
IntegerLiteral . DecimalDigit DecimalDigits(optional)