|
RationalToMixedString Method (String)
|
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(
string numberSeparator
)
Public Function ToMixedString (
numberSeparator As String
) As String
Request Example
View SourceParameters
- numberSeparator
- Type: SystemString
The separator between the number part and the fraction part
Return Value
Type:
StringA string representaion of the rational number.
See Also