Gets a string representation of the interval.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public string ToString(
string format,
IFormatProvider provider
)
Public Function ToString (
format As String,
provider As IFormatProvider
) As String
public:
String^ ToString(
String^ format,
IFormatProvider^ provider
)
member ToString :
format : string *
provider : IFormatProvider -> string
Parameters
- format
- Type: SystemString
A String that specifies the format to use. - provider
- Type: SystemIFormatProvider
The IFormatProvider object used to format the numbers.
Return Value
Type:
StringA string representation of the interval.
The format string can have three arguments. Phase 0 is the LowerBound.
Phase 1 is the UpperBound.
Reference