__declspec(property(get = GetCapacityInElements, put = SetCapacityInElements)) long long CapacityInElements;
Sizing the object will not allocate less than CapacityInElements.
Read:
virtual long long GetCapacityInElements();Write:
virtual void SetCapacityInElements(const long long value);Remarks:
Rounded up to multiple of 16bytes. When the storage precision is changed, the CapacityInElements will be adjusted accordingly with CapacityInBytes retaining the value.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler