Click or drag to resize

PolynomialToString(String) Method

Format the polynomial in ascending order, e.g. "4.3 + 2.0x^2 - x^3".

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string ToString(
	string format
)

Parameters

format  String

[Missing <param name="format"/> documentation for "M:Altaxo.Calc.Polynomial.ToString(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Calc.Polynomial.ToString(System.String)"]

See Also