Polynomial<T>.To String Method
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
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.