LinearPartitioningGetPartitionPositions Method |
Gets the absolute partition positions.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] GetPartitionPositions(
double totalSize
)
Parameters
- totalSize Double
- The total size of the partition.
Return Value
DoubleArray containing the absolute partition positions.
See Also