__declspec(property(get = GetConcatsAlwaysReal, put = SetConcatsAlwaysReal)) bool ConcatsAlwaysReal;
If True, all [ ..] type of expression will be double type even, if all items are integer.
Read:
bool GetConcatsAlwaysReal();Write:
void SetConcatsAlwaysReal(const bool Value);Remarks:
Default value is true.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler