Click or drag to resize

GUIConversionGetPercentMeasureText Method

Converts a value (0 to 1) in percents (i.e. 0 to 100) and returns it as text together with the percent char.

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

Parameters

value  Double
Value (0..1)

Return Value

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