Gets a string representation of the interval.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public string ToString(
string format
)
Public Function ToString (
format As String
) As String
public:
String^ ToString(
String^ format
)
member ToString :
format : string -> string
Parameters
- format
- Type: SystemString
A String that specifies the format to use.
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, and argument 2 is the Width of the interval.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference