3.1.17.2 decimal Token Operator

Each of the following expressions consists of an implicit decimal token.

 5m
 6.0398m

Each of the following expressions consists of an explicit decimal token.

 decimal(5)
 decimal(6.0398)