Click or drag to resize

CumulativeProbabilityScaleRescaleConditionsGetUserProvidedEndFromResultingEnd Method

Converts a resulting end value back to the user-provided end value.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override double GetUserProvidedEndFromResultingEnd(
	double resultingEnd
)

Parameters

resultingEnd  Double
The resulting end value.

Return Value

Double
The user-provided end value.
See Also