Click or drag to resize

LinearPartitioningGetAbsolutePositionFromGridIndex Method

Gets the partition position. A relative value of 0 gives the absolute position 0, a value of 1 gives the size of the first partition, a value of two the size of the first plus second partition and so on.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetAbsolutePositionFromGridIndex(
	double totalSize,
	double gridIndex
)

Parameters

totalSize  Double
The total size.
gridIndex  Double
The grid index that designates a position in the partition.

Return Value

Double
The absolute position that belongs to the provided grid index.
See Also