LinearScalePhysicalVariantToNormal Method |
PhysicalVariantToNormal translates physical values into a normal value linear along the axis
a physical value of the axis origin must return a value of zero
a physical value of the axis end must return a value of one
the function physicalToNormal must be provided by any derived class
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override double PhysicalVariantToNormal(
AltaxoVariant x
)
Parameters
- x AltaxoVariant
- the physical value
Return Value
Double
the normalized value linear along the axis,
0 for axis origin, 1 for axis end
See Also