Vector::CapacityStep Property

__declspec(property(get = GetCapacityStep, put = SetCapacityStep)) double CapacityStep;

Specifies increment step for the Capacity property.

Read: double GetCapacityStep() const;
Write: void SetCapacityStep(const double value) const;
Remarks:

If this property is 0, the Capacity will never be modified on its own. When the value 1, the capacity will continue increasing to match largest value requested. When the value is more than 1, the capacity will be increasing with the factor specified.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler