Click or drag to resize

NumericLabelFormattingScientificSplitInFirstPartAndExponent Method

Splits a numeric value into mantissa text and exponent text.

Namespace: Altaxo.Graph.Graph3D.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.
firstpart  String
The text before the exponent part.
mant  Double
The mantissa value.
middelpart  String
The separator text between mantissa and exponent.
exponent  String
The exponent text.
See Also