Click or drag to resize

LinearPartitioning(IEnumerableRADouble) Constructor

Initializes a new instance of the LinearPartitioning class

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LinearPartitioning(
	IEnumerable<RADouble> list
)

Parameters

list  IEnumerableRADouble

[Missing <param name="list"/> documentation for "M:Altaxo.Graph.LinearPartitioning.#ctor(System.Collections.Generic.IEnumerable{Altaxo.RADouble})"]

See Also