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