__declspec(property(get = GetLength, put = SetLength)) int Length;
Defines the length in number of elements (single or double precision) of the memory allocated.
Read:
int GetLength();Write:
virtual void SetLength(const int Value);Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler