Click or drag to resize
Accord.NET (logo)

RationalToString Method

Converts the Rational to a string in the form of an improper fraction.

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

Return Value

Type: String
A string representaion of the rational number.
See Also