Click or drag to resize

TransformedValueFromTo Method

Converts a value from one transformed representation to another.

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double FromTo(
	double srcValue,
	TransformedValueRepresentation srcUnit,
	TransformedValueRepresentation destUnit
)

Parameters

srcValue  Double
The source value in the source representation.
srcUnit  TransformedValueRepresentation
The source representation.
destUnit  TransformedValueRepresentation
The destination representation.

Return Value

Double
The value expressed in the destination representation.
See Also