TMtxExpression.ConstantsAlwaysReal Property

Boolean ConstantsAlwaysReal { get; set; }

If True, all constants will be double type even if number is integer.

Returns: Boolean

Remarks:

This setting is usefull, when the parser is to be used for a calculator style application. When used for Scripting type application, it makes more sense to have this setting set to false. Default value is false.