Click or drag to resize

LinearPartitioningInsert(Int32, Object) Method

[Missing <summary> documentation for "M:Altaxo.Graph.LinearPartitioning.Insert(System.Int32,System.Object)"]


Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Insert(
	int index,
	Object? value
)

Parameters

index  Int32

[Missing <param name="index"/> documentation for "M:Altaxo.Graph.LinearPartitioning.Insert(System.Int32,System.Object)"]

value  Object

[Missing <param name="value"/> documentation for "M:Altaxo.Graph.LinearPartitioning.Insert(System.Int32,System.Object)"]

Implements

IListInsert(Int32, Object)
See Also