MatrixInt::Capacity Property

__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::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler