Click or drag to resize

NumericLabelFormattingMantissaFormatItem(Double) Method

Formats a numeric value by returning only its mantissa.

Namespace: Altaxo.Graph.Gdi.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string FormatItem(
	double tick
)

Parameters

tick  Double
The numeric value.

Return Value

String
The formatted mantissa string.
See Also