__declspec(property(get = GetCapacity, put = SetCapacity)) long long Capacity;
Sizing the object will not allocate less than Capacity samples.
Read:
long long GetCapacity() const;Write:
void SetCapacity(const long long value) const;Remarks:
To free memory allocated before, first set Capacity to 0.
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler