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.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetPercentMeasureText(
double value
)
Parameters
- value Double
- Value (0..1)
Return Value
StringA text string: the value together with the unit.
See Also