__declspec(property(get = GetConstantsAlwaysReal, put = SetConstantsAlwaysReal)) bool ConstantsAlwaysReal;
If True, all constants will be double type even if number is integer.
Read:
bool GetConstantsAlwaysReal();Write:
void SetConstantsAlwaysReal(const bool Value);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.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler