__declspec(property(get = GetCapacityInBytes, put = SetCapacityInBytes)) long long CapacityInBytes;
Sizing the object will not allocate less than CapacityInBytes.
Read:
long long GetCapacityInBytes();Write:
virtual void SetCapacityInBytes(const long long value);Remarks:
Rounded up to multiple of 16bytes.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler