Gets and sets the capacity of this list. The capacity is the size of
the internal array used to hold items. When set, the internal
array of the list is reallocated to the given capacity.
Namespace:
FinMath.LinearAlgebra
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public int Capacity { get; set; }
Property Value
Type:
Int32See Also