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 _ ) As String |
| C# |
|---|
public string ToString ( string format ) |
| C++ |
|---|
public: String^ ToString ( String^ format ) |
Parameters
- format (System.String)
- A String that specifies the format to use.
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.