You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxExpression Class > TMtxExpression Properties > TMtxExpression.ConstantsAlwaysReal Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxExpression.ConstantsAlwaysReal Property

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

Syntax
C#
Visual Basic
public bool ConstantsAlwaysReal;

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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!