TComplexValue::Value Property

__declspec(property(get = GetValue, put = SetValue)) TCplx Value;

Read: TCplx GetValue();
Write: void SetValue(const TCplx &value);
Declared in Dew::Math::TComplexValue · Dew.Math/MtxParseClass.h · Cross-compiler