PolynomialToStringDescending Method |
Format the polynomial in descending order, e.g. "x^3 + 2.0x^2 - 4.3".
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string ToStringDescending()
Return Value
StringThe formatted polynomial string in descending order.
See Also