LinearPartitioningAdjustIndexToMatchPosition Method |
Adjusts the value at index idx to match the absolute position given in absolutePosition
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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