Click or drag to resize

NumericLabelFormattingScientificSplitInFirstPartAndExponent Method

Splits a numeric value into a mantissa and exponent representation.

Namespace: Altaxo.Graph.Gdi.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void SplitInFirstPartAndExponent(
	double ditem,
	out string firstpart,
	out double mant,
	out string middelpart,
	out string exponent
)

Parameters

ditem  Double
The numeric value to split.
firstpart  String
Receives the formatted first part of the label.
mant  Double
Receives the mantissa.
middelpart  String
Receives the separator between mantissa and exponent.
exponent  String
Receives the formatted exponent.
See Also