Click or drag to resize

NumericLabelFormattingScientificSplitInFirstPartAndExponent Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.LabelFormatting.NumericLabelFormattingScientific.SplitInFirstPartAndExponent(System.Double,System.String@,System.Double@,System.String@,System.String@)"]


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

Parameters

ditem  Double

[Missing <param name="ditem"/> documentation for "M:Altaxo.Graph.Gdi.LabelFormatting.NumericLabelFormattingScientific.SplitInFirstPartAndExponent(System.Double,System.String@,System.Double@,System.String@,System.String@)"]

firstpart  String

[Missing <param name="firstpart"/> documentation for "M:Altaxo.Graph.Gdi.LabelFormatting.NumericLabelFormattingScientific.SplitInFirstPartAndExponent(System.Double,System.String@,System.Double@,System.String@,System.String@)"]

mant  Double

[Missing <param name="mant"/> documentation for "M:Altaxo.Graph.Gdi.LabelFormatting.NumericLabelFormattingScientific.SplitInFirstPartAndExponent(System.Double,System.String@,System.Double@,System.String@,System.String@)"]

middelpart  String

[Missing <param name="middelpart"/> documentation for "M:Altaxo.Graph.Gdi.LabelFormatting.NumericLabelFormattingScientific.SplitInFirstPartAndExponent(System.Double,System.String@,System.Double@,System.String@,System.String@)"]

exponent  String

[Missing <param name="exponent"/> documentation for "M:Altaxo.Graph.Gdi.LabelFormatting.NumericLabelFormattingScientific.SplitInFirstPartAndExponent(System.Double,System.String@,System.Double@,System.String@,System.String@)"]

See Also