You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Properties > Matrix.CapacityStep Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.CapacityStep Property

Specifies increment step for the Capacity property.

Syntax
C#
Visual Basic
public double CapacityStep;

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.

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!