Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc
Polynomial Class
Polynomial Methods
ToString Method
ToString Method
ToString(IFormatProvider) Method
ToString(String) Method
ToString(String, IFormatProvider) Method
Polynomial
To
String(String, IFormat
Provider) 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.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
string
ToString
(
string
format
,
IFormatProvider
formatProvider
)
Parameters
format
String
The numeric format string.
formatProvider
IFormatProvider
The format provider to use.
Return Value
String
The formatted polynomial string.
Implements
IFormattable
ToString(String, IFormatProvider)
See Also
Reference
Polynomial Class
ToString Overload
Altaxo.Calc Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net