DateTimeScaleRescaleConditionsGetUserProvidedEndFromResultingEnd Method |
Converts a resulting end value back to the user-provided end value.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual long GetUserProvidedEndFromResultingEnd(
long resultingEnd
)
Parameters
- resultingEnd Int64
- The resulting end value.
Return Value
Int64The user-provided end value.
See Also