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

Sizing the object will not allocate less than Capacity samples.

Syntax
C#
Visual Basic
public long Capacity;

To free memory allocated before, first set Capacity to 0. In case of complex numbers the size is half here specified.

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