Click or drag to resize

GUIConversionGetLengthMeasureText(Double) Method

Converts a value (unit: points) in the length unit last used and returns it as text together with the unit.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetLengthMeasureText(
	double value
)

Parameters

value  Double
Value of length in points.

Return Value

String
A text string: the value together with the unit.
See Also