Click or drag to resize

LinearScalePhysicalToNormal Method

Converts a value in axis (physical) units to a "normalized" value, which is 0 for the axis org and 1 for the axis end.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override double PhysicalToNormal(
	double x
)

Parameters

x  Double
Value to convert (physical units).

Return Value

Double
Normalized value.
See Also