Click or drag to resize

DoubleColumnRealloc Method

Reallocates the internal storage so that the specified index can be addressed.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void Realloc(
	int i
)

Parameters

i  Int32
The required index.
See Also