Click or drag to resize

PolynomialToStringDescending Method

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

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

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Calc.Polynomial.ToStringDescending"]

See Also