Click or drag to resize
Accord.NET (logo)

RationalToMixedString Method

Converts the Rational to a string in the form of a mixed fraction.

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

Return Value

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