__declspec(property(get = GetComplex, put = SetComplex)) bool Complex;
Set this property to indicate that object data values are to be treated complex.
Read:
bool GetComplex();Write:
void SetComplex(const bool Value);Remarks:
Read this property to determine, if the object stores real or complex data.
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler