Gets a string representation of the interval.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function ToString ( _ format As String, _ provider As IFormatProvider _ ) As String |
| C# |
|---|
public string ToString ( string format, IFormatProvider provider ) |
| C++ |
|---|
public: String^ ToString ( String^ format, IFormatProvider^ provider ) |
Parameters
- format (System.String)
- A String that specifies the format to use.
- provider (System.IFormatProvider)
- The IFormatProvider object used to format the numbers.
Return Value
A string representation of the interval.
Remarks
The format string can have three arguments. Argument 0 is the LowerBound.
Argument 1 is the UpperBound, and argument 2 is the Width of the interval.