Click or drag to resize

LongestCommonGeneralizedRepeatALinkedObjectListMoveToLast Method

Moves the element at index i to the last position in the linked list of elements. Only the links (Next and Previous) of the node change, the structure itself is not moved inside the array.

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

Parameters

node  Int32
The index of the node.
See Also