Polynomial.To String Method
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
ToString() | Returns a string representation of this instance. |
ToString( | Returns a string representation of this instance using the specified string to format the coefficients. |
ToString( | Returns a string representation of this instance using the specified string and format provider to format the coefficients. |
ToString
Returns a string representation of this instance.
ToString(String)
Returns a string representation of this instance using the specified string to format the coefficients.
public string ToString(
string format
)
Parameters
- format String
Return Value
StringA string representation of this instance.
ToString(String, IFormatProvider)
Returns a string representation of this instance using the specified string and format provider
to format the coefficients.
public string ToString(
string format,
IFormatProvider provider
)
Parameters
- format String
- provider IFormatProvider
Return Value
StringA string representation of this instance.