Click or drag to resize

LinearPartitioningGetPartitionPositions Method

Gets the absolute partition positions.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] GetPartitionPositions(
	double totalSize
)

Parameters

totalSize  Double
The total size of the partition.

Return Value

Double
Array containing the absolute partition positions.
See Also