Click or drag to resize

PolynomialToStringDescending Method

Overload List
 NameDescription
Public methodToStringDescending Format the polynomial in descending order, e.g. "x^3 + 2.0x^2 - 4.3".
Public methodToStringDescending(IFormatProvider) Format the polynomial in descending order, e.g. "x^3 + 2.0x^2 - 4.3".
Public methodToStringDescending(String) Format the polynomial in descending order, e.g. "x^3 + 2.0x^2 - 4.3".
Public methodToStringDescending(String, IFormatProvider) Format the polynomial in descending order, e.g. "x^3 + 2.0x^2 - 4.3".
Top
See Also