Click or drag to resize

InverseScaleRescaleConditionsGetEndValueToShowInDialog Method

Gets the end value that should be shown in the rescaling dialog.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double GetEndValueToShowInDialog(
	double currentResultingInverseEnd
)

Parameters

currentResultingInverseEnd  Double
The current resulting inverse end.

Return Value

Double
The end value to display.
See Also