Click or drag to resize
Accord.NET (logo)

RationalToString Method (IFormatProvider)

Converts this instance to its equivalent string representation.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public string ToString(
	IFormatProvider provider
)
Request Example View Source

Parameters

provider
Type: SystemIFormatProvider
An object that has culture-specific formatting information.

Return Value

Type: String
The string representation of the Rational.
See Also