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