Interval<T>.To String Method
Definition
Namespace: Extreme.Mathematics
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() | Gets a string representation of the interval. |
ToString( | Gets a string representation of the interval. |
ToString( | Gets a string representation of the interval. |
ToString
Gets a string representation of the interval.
ToString(String)
Gets a string representation of the interval.
public string ToString(
string format
)
Parameters
Return Value
StringA string representation of the interval.
Remarks
The format string can have three arguments. Phase 0 is the LowerBound. Phase 1 is the UpperBound.
ToString(String, IFormatProvider)
Gets a string representation of the interval.
public string ToString(
string format,
IFormatProvider provider
)
Parameters
- format String
- A String that specifies the format to use.
- provider IFormatProvider
- The IFormatProvider object used to format the numbers.
Return Value
StringA string representation of the interval.
Remarks
The format string can have three arguments. Phase 0 is the LowerBound. Phase 1 is the UpperBound.