Click or drag to resize

LongestCommonGeneralizedRepeatALinkedObjectListInit Method

Inits the linked list of structures by allocating an array, and filling this array with the structures linked in ascending order.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Init(
	int count
)

Parameters

count  Int32
Number of structures.
See Also