clVector::Complex Property

__declspec(property(get = GetComplex, put = SetComplex)) bool Complex;

Read: bool GetComplex() const;
Write: void SetComplex(const bool Value) const;
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler