|
RationalParse Method (String)
|
Converts the string representation of a number to its
Rational representation.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static Rational Parse(
string s
)
Public Shared Function Parse (
s As String
) As Rational
Request Example
View SourceParameters
- s
- Type: SystemString
A string that represents a number.
Return Value
Type:
RationalThe parsed
Rational value.
See Also