Interval<T>.ToString(String, IFormatProvider) Method

Gets a string representation of the interval.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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

String
A string representation of the interval.

Remarks

The format string can have three arguments. Phase 0 is the LowerBound. Phase 1 is the UpperBound.

See Also