|
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()
Public Overrides Function ToString As String
Request Example
View SourceReturn Value
Type:
StringA string representaion of the rational number.
See Also