Click or drag to resize

LinearPartitioningAdjustIndexToMatchPosition Method

Adjusts the value at index idx to match the absolute position given in absolutePosition

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AdjustIndexToMatchPosition(
	double totalSize,
	int idx,
	double absolutePosition
)

Parameters

totalSize  Double
The total size of the layer.
idx  Int32
The index of the value to modify.
absolutePosition  Double
The new absolute position of the partition at the index idx.
See Also