Click or drag to resize

LinearPartitioning(IEnumerableRADouble) Constructor

Initializes a new instance of the LinearPartitioning class from an existing sequence.

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

Parameters

list  IEnumerableRADouble
The partition entries.
See Also