TExprGridVariable::Scientific Property

__declspec(property(get = GetScientific, put = SetScientific)) bool Scientific;

Specifies formating of real and complex numbers to use full scientific notation (1.2313E+20 for example).

Read: bool GetScientific();
Write: void SetScientific(const bool Value);
Declared in Dew::Math::TExprGridVariable · Dew.Math/MtxParseClass.h · Cross-compiler